app-peaceful-lobster-dive/nixpacks.toml

10 lines
137 B
TOML

# Simple build configuration
[phases.install]
cmds = ['npm install']
[phases.build]
cmds = ['npm run build']
[start]
cmd = 'npm start'