Add footer with disclaimer
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s
This commit is contained in:
11
nixpacks.toml
Normal file
11
nixpacks.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["go", "git"]
|
||||
|
||||
[phases.build]
|
||||
cmds = [
|
||||
"cd kobopatch-wasm && bash setup.sh",
|
||||
"cd kobopatch-wasm && bash build.sh",
|
||||
]
|
||||
|
||||
[staticAssets]
|
||||
root = "web/public"
|
||||
Reference in New Issue
Block a user