Files
moreminimore-website/nixpacks.toml
Kunthawat Greethong 63a9f5df9f 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.
2026-03-10 13:13:40 +07:00

3 lines
32 B
TOML

[variables]
NODE_VERSION = "20"