This repository has been archived on 2026-06-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
master-ai/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"