1
0
Files
kobopatch-webui/nixpacks.toml
Nico Verbruggen 2600adcdbe
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
Add LICENSE
2026-03-16 16:37:53 +01:00

10 lines
229 B
TOML

[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"