Update deployment
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["go", "git"]
|
||||
nixPkgs = ["go", "git", "nodejs"]
|
||||
|
||||
[phases.build]
|
||||
cmds = [
|
||||
@@ -7,5 +7,8 @@ cmds = [
|
||||
"cd kobopatch-wasm && bash build.sh",
|
||||
]
|
||||
|
||||
[staticAssets]
|
||||
root = "web/public"
|
||||
[phases.install]
|
||||
cmds = ["npm i serve"]
|
||||
|
||||
[start]
|
||||
cmd = "npx serve web/public -l tcp://0.0.0.0:$PORT"
|
||||
|
||||
Reference in New Issue
Block a user