Files
auto.juozas.lt/nixpacks.toml
2026-05-02 22:41:33 +00:00

13 lines
176 B
TOML

[variables]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[phases.install]
cmds = ["npm ci"]
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm run start"