Files
vibn-frontend/.nixpacks.toml

12 lines
144 B
TOML

[phases.setup]
nixPkgs = ["nodejs-22_x"]
[phases.install]
cmd = "npm install"
[phases.build]
cmd = "npm run build"
[start]
cmd = "npm start"