Añadir nixpacks.toml

This commit is contained in:
2026-02-03 22:22:27 +00:00
parent 682bf08333
commit 574d6d24ea

5
nixpacks.toml Normal file
View File

@@ -0,0 +1,5 @@
[phases.install]
cmds = ["npm ci --omit=dev"]
[start]
cmd = "npm run start"