Files
moreminimore-website/nixpacks.toml
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

9 lines
114 B
TOML

[phases.build]
cmds = ["npm run build"]
[phases.start]
cmds = ["npm run start"]
[variables]
NODE_VERSION = "20"