feat: run WordPress projects on native runtime

This commit is contained in:
reaper
2026-08-22 04:11:44 -05:00
parent 6fc33cc8a4
commit 8356a6949a
12 changed files with 1687 additions and 378 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ for (const executable of [
'php-fpm',
'nginx',
'mariadbd',
'mariadb-install-db'
'mariadb-install-db',
'wp'
]) {
const path = join(stagingRoot, 'bin', executable)
if (!existsSync(path)) throw new Error(`Builder did not produce ${path}`)