1
0
Files
kobopatch-webui/nixpacks.toml
Nico Verbruggen 18c3a761e9
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
Explicitly declare Python provider
2026-03-16 16:40:29 +01:00

12 lines
255 B
TOML

providers = ["python"]
[phases.setup]
nixPkgs = ["go", "git", "python3Minimal"]
cmds = [
"cd kobopatch-wasm && bash setup.sh",
"cd kobopatch-wasm && bash build.sh",
]
[start]
cmd = "python3 -m http.server ${PORT:-8080} -d web/public"