summaryrefslogtreecommitdiffstats
path: root/wrangler.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wrangler.toml')
-rw-r--r--wrangler.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/wrangler.toml b/wrangler.toml
new file mode 100644
index 0000000..003b85f
--- /dev/null
+++ b/wrangler.toml
@@ -0,0 +1,5 @@
+name = "x"
+main = "scripts/worker.ts"
+compatibility_date = "2024-11-23"
+
+assets = { directory = "./dist", binding = "ASSETS" } \ No newline at end of file