This commit is contained in:
Mamadou Sall
2025-08-24 23:14:19 +02:00
parent e4d64da320
commit 19f22794e1

12
nixpacks.toml Normal file
View File

@@ -0,0 +1,12 @@
# nixpacks.toml
[phases.setup]
nixPkgs = ["nodejs_20"] # ou nodejs_22 si tu veux du plus récent
[phases.install]
cmds = ["npm install"]
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm run start"