summaryrefslogtreecommitdiffstats
path: root/wrangler.toml
diff options
context:
space:
mode:
authorGravatar amrkmn 2025-12-26 22:39:23 +0800
committerGravatar amrkmn 2025-12-26 22:39:23 +0800
commit32ca410f4edbff578d71781d943c41573912f476 (patch)
tree49f7e1e5602657d23945082fe273fc4802959a40 /wrangler.toml
Initial commitmain
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