Add Nixpacks config with Node 22 and npm install
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
.nixpacks.toml
Normal file
11
.nixpacks.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs-22_x"]
|
||||
|
||||
[phases.install]
|
||||
cmd = "npm install"
|
||||
|
||||
[phases.build]
|
||||
cmd = "npm run build"
|
||||
|
||||
[start]
|
||||
cmd = "npm start"
|
||||
Reference in New Issue
Block a user