1
0
Files
kobopatch-webui/nixpacks.toml
Nico Verbruggen 94d0f58237
All checks were successful
Build and test project / build-and-test (push) Successful in 1m27s
Do not use nginx
2026-03-19 22:18:09 +01:00

18 lines
428 B
TOML

providers = ["node"]
[phases.setup]
nixPkgs = ["git", "curl", "zip", "gnutar", "nginx", "nodejs", "gettext"]
paths = ["/usr/local/go/bin"]
[phases.build]
cmds = [
"cd kobopatch-wasm && bash setup.sh",
"cd kobopatch-wasm && bash build.sh",
"cd nickelmenu && bash setup.sh",
"cd web && npm install && npm run build",
]
[start]
# TODO: replace simple node server with something better
cmd = "node web/serve.mjs"