1
0

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

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

View File

@@ -1,5 +1,5 @@
[phases.setup] [phases.setup]
nixPkgs = ["go", "git"] nixPkgs = ["go", "git", "nodejs"]
[phases.build] [phases.build]
cmds = [ cmds = [
@@ -7,5 +7,8 @@ cmds = [
"cd kobopatch-wasm && bash build.sh", "cd kobopatch-wasm && bash build.sh",
] ]
[staticAssets] [phases.install]
root = "web/public" cmds = ["npm i serve"]
[start]
cmd = "npx serve web/public -l tcp://0.0.0.0:$PORT"