fix: correct nixpacks build phase and packages

This commit is contained in:
zhadaarsita 2025-09-20 11:20:22 +07:00
parent d1789baffb
commit c6ef3e2195
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[phases.setup] [phases.setup]
nixPkgs = ["php83", "nodejs_20", "composer"] nixPkgs = ["php83", "nodejs_20"]
[phases.build] [phases.build]
cmds = ["npm install", "npm run build"] cmds = ["composer install --no-dev --optimize-autoloader", "npm install", "npm run build"]