1
0
Files
kobopatch-webui/nixpacks.toml
Nico Verbruggen 2b591a040d
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
Add footer with disclaimer
2026-03-16 15:24:15 +01:00

12 lines
197 B
TOML

[phases.setup]
nixPkgs = ["go", "git"]
[phases.build]
cmds = [
"cd kobopatch-wasm && bash setup.sh",
"cd kobopatch-wasm && bash build.sh",
]
[staticAssets]
root = "web/public"