All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
10 lines
229 B
TOML
10 lines
229 B
TOML
[phases.setup]
|
|
nixPkgs = ["go", "git", "python3Minimal"]
|
|
cmds = [
|
|
"cd kobopatch-wasm && bash setup.sh",
|
|
"cd kobopatch-wasm && bash build.sh",
|
|
]
|
|
|
|
[start]
|
|
cmd = "python3 -m http.server ${PORT:-8080} -d web/public"
|