fix: Remove start phase from nixpacks.toml to prevent build-time execution
Nixpacks was trying to run 'npm run start' during build phase before dist/ exists. Let Nixpacks auto-detect start command instead of forcing it in build phase.
This commit is contained in:
@@ -1,8 +1,2 @@
|
|||||||
[phases.build]
|
|
||||||
cmds = ["npm run build"]
|
|
||||||
|
|
||||||
[phases.start]
|
|
||||||
cmds = ["npm run start"]
|
|
||||||
|
|
||||||
[variables]
|
[variables]
|
||||||
NODE_VERSION = "20"
|
NODE_VERSION = "20"
|
||||||
|
|||||||
Reference in New Issue
Block a user