Add Nixpacks config with Node 22 and npm install

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-16 14:57:46 -08:00
parent ec58674f3a
commit 4cedda9fa0

11
.nixpacks.toml Normal file
View 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"