1
0

Update deployment
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m43s

This commit is contained in:
2026-03-16 16:18:59 +01:00
parent aaed15bc53
commit 6f344de243

View File

@@ -1,11 +1,9 @@
[phases.setup]
nixPkgs = ["go", "git"]
[phases.build]
nixPkgs = ["go", "git", "python3"]
cmds = [
"cd kobopatch-wasm && bash setup.sh",
"cd kobopatch-wasm && bash build.sh",
]
[staticAssets]
root = "web/public"
[start]
cmd = "python3 -m http.server ${PORT:-8080} -d web/public"