Change to an example file instead of the default file for wrangler
This commit is contained in:
parent
fd21304e88
commit
7d86409ff8
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,4 +6,6 @@ wasm-pack.log
|
||||
|
||||
build/
|
||||
/target
|
||||
/dist
|
||||
/dist
|
||||
|
||||
wrangler.toml
|
@ -1,15 +0,0 @@
|
||||
name = "gonk-configs"
|
||||
workers_dev = true
|
||||
|
||||
main = "build/worker/shim.mjs"
|
||||
compatibility_date = "2022-01-20"
|
||||
kv_namespaces = [
|
||||
{ binding = "GONK_NODES", preview_id = "979f4551ad6c49c9bf76b8888b6e1b7f", id = "84cb6f9141144688ac829a0531b2eefb" }
|
||||
]
|
||||
|
||||
[vars]
|
||||
WORKERS_RS_VERSION = "0.0.9"
|
||||
|
||||
[build]
|
||||
command = "cargo install -q worker-build && worker-build --release"
|
||||
|
Loading…
Reference in New Issue
Block a user