From 34ccc4b587238a99087f7b698b0f52334cae0fe1 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 3 Feb 2022 19:50:22 -0600 Subject: [PATCH] Remove and untrack wrangler.toml --- doesitarm-default/.gitignore | 1 + doesitarm-default/wrangler.toml | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 doesitarm-default/wrangler.toml diff --git a/doesitarm-default/.gitignore b/doesitarm-default/.gitignore index 109ea4e..7e2e418 100644 --- a/doesitarm-default/.gitignore +++ b/doesitarm-default/.gitignore @@ -8,3 +8,4 @@ wasm-pack.log worker/ node_modules/ .cargo-ok +wrangler.toml diff --git a/doesitarm-default/wrangler.toml b/doesitarm-default/wrangler.toml deleted file mode 100644 index 177433f..0000000 --- a/doesitarm-default/wrangler.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "doesitarm-default" -type = "javascript" - -account_id = "" -workers_dev = true -route = "" -zone_id = "" -compatibility_date = "2022-02-04"