fix: force nixpacks to use npm run start, not deno
This commit is contained in:
@@ -2,3 +2,6 @@ providers = ["node"]
|
||||
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_22", "npm-9_x"]
|
||||
|
||||
[start]
|
||||
cmd = "npm run start"
|
||||
|
||||
Reference in New Issue
Block a user