Standardize line endings
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
providers = ["python"]
|
||||
|
||||
[phases.setup]
|
||||
nixPkgs = ["git", "curl", "python3Minimal"]
|
||||
paths = ["/usr/local/go/bin"]
|
||||
cmds = [
|
||||
"curl -sSfL https://go.dev/dl/go1.23.12.linux-amd64.tar.gz | tar -xz -C /usr/local",
|
||||
"cd kobopatch-wasm && bash setup.sh",
|
||||
"cd kobopatch-wasm && bash build.sh",
|
||||
]
|
||||
|
||||
[start]
|
||||
cmd = "python3 -m http.server ${PORT:-8080} -d web/public"
|
||||
providers = ["python"]
|
||||
|
||||
[phases.setup]
|
||||
nixPkgs = ["git", "curl", "python3Minimal"]
|
||||
paths = ["/usr/local/go/bin"]
|
||||
cmds = [
|
||||
"curl -sSfL https://go.dev/dl/go1.23.12.linux-amd64.tar.gz | tar -xz -C /usr/local",
|
||||
"cd kobopatch-wasm && bash setup.sh",
|
||||
"cd kobopatch-wasm && bash build.sh",
|
||||
]
|
||||
|
||||
[start]
|
||||
cmd = "python3 -m http.server ${PORT:-8080} -d web/public"
|
||||
|
||||
Reference in New Issue
Block a user