Commit Graph

2 Commits

Author SHA1 Message Date
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
Kunthawat Greethong
e463a038c9 fix: Add nixpacks.toml to explicitly set Node.js 20
Ensures Easypanel uses Node.js 20 for building, preventing version
mismatch with Astro 5.x requirements
2026-03-10 13:09:36 +07:00