From 3a20c4aa1d907f8df10ef59d659b6bd5aca65ceb Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Thu, 30 May 2024 17:24:50 +0000 Subject: [PATCH] Add wrangler.toml as a test --- wrangler.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 00000000..c41108a8 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1 @@ +workers_dev = false # Disables default route only allowing custom domains i think \ No newline at end of file