Delete nixpacks.toml

This commit is contained in:
2025-10-27 22:13:45 +00:00
parent 77db780499
commit b755355818

View File

@@ -1,11 +0,0 @@
[phases.setup]
nixPkgs = ["nodejs_20"]
[phases.install]
cmds = ["npm ci"]
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm start"