All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
12 lines
197 B
TOML
12 lines
197 B
TOML
[phases.setup]
|
|
nixPkgs = ["go", "git"]
|
|
|
|
[phases.build]
|
|
cmds = [
|
|
"cd kobopatch-wasm && bash setup.sh",
|
|
"cd kobopatch-wasm && bash build.sh",
|
|
]
|
|
|
|
[staticAssets]
|
|
root = "web/public"
|