old2-ieeeucsd-org/nixpacks.toml
2025-01-23 14:17:35 -08:00

11 lines
No EOL
142 B
TOML

[phases.setup]
pkgs = ["bun"]
[phases.install]
cmds = ["bun install"]
[phases.build]
cmds = ["bun run build"]
[start]
cmd = "bun run start"