Files
canopy-game/nixpacks.toml

6 lines
93 B
TOML

[phases.build]
cmds = ["npm ci", "npm run build"]
[start]
cmd = "npx serve dist -l 3000 -s"