fix: force nixpacks to use node provider instead of caddy for backend api
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[setup]
|
||||
pkgs = ["nodejs_22"]
|
||||
|
||||
[build]
|
||||
cmd = "npm install && npm run build"
|
||||
|
||||
[start]
|
||||
cmd = "node server.js"
|
||||
Reference in New Issue
Block a user