Files

9 lines
107 B
TOML

[setup]
pkgs = ["nodejs_22"]
[build]
cmd = "npm install && npm run build"
[start]
cmd = "node server.js"