Files
plume/nixpacks.toml

9 lines
151 B
TOML

[phases.build]
cmds = ["npm run build"]
[phases.setup]
nixPkgs = ["nodejs_22", "npm-9_x", "openssl"]
[start]
cmd = "node .next/standalone/server.js"