Add explicit start command to nixpacks.toml to override nginx default

This commit is contained in:
2026-04-09 09:19:04 -04:00
parent 7ef736be64
commit 98c19ca262

View File

@@ -1,2 +1,5 @@
[phases.build] [phases.build]
cmds = ["npm run build"] cmds = ["npm run build"]
[start]
cmd = "npx serve dist -l 80 -s"