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
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[phases.build]
|
||||
cmds = ["npm run build"]
|
||||
|
||||
[phases.start]
|
||||
cmds = ["npm run start"]
|
||||
|
||||
[variables]
|
||||
NODE_VERSION = "20"
|
||||
Reference in New Issue
Block a user