1
0

Add footer with disclaimer
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s

This commit is contained in:
2026-03-16 15:24:15 +01:00
parent 583ad4e52c
commit 2b591a040d
6 changed files with 256 additions and 28 deletions

11
nixpacks.toml Normal file
View File

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