fix nixpack

This commit is contained in:
Mamadou Sall
2025-08-24 23:09:32 +02:00
parent 484a6cbb38
commit e4d64da320

View File

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