Change to an example file instead of the default file for wrangler

This commit is contained in:
Alex 2023-04-03 02:48:27 -04:00
parent fd21304e88
commit 7d86409ff8
Signed by: technically
GPG Key ID: 80102E9A33C517E2
2 changed files with 3 additions and 16 deletions

4
.gitignore vendored
View File

@ -6,4 +6,6 @@ wasm-pack.log
build/
/target
/dist
/dist
wrangler.toml

View File

@ -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"