aboutsummaryrefslogtreecommitdiff
path: root/wrangler.json
diff options
context:
space:
mode:
authorAlex Pooley <zuedev@gmail.com>2025-03-19 05:19:09 +0000
committerAlex Pooley <zuedev@gmail.com>2025-03-19 05:19:09 +0000
commit1195cc8eb5da40f9e266dde1535e4bf614bcd596 (patch)
tree49ae9594b404b512755dd8d284d0fdfea3f79261 /wrangler.json
parentbe2ac5fe4a0d0b87ebe12853a1dd8b459ce369c1 (diff)
downloadzue.dev-1195cc8eb5da40f9e266dde1535e4bf614bcd596.tar
zue.dev-1195cc8eb5da40f9e266dde1535e4bf614bcd596.tar.gz
zue.dev-1195cc8eb5da40f9e266dde1535e4bf614bcd596.tar.bz2
zue.dev-1195cc8eb5da40f9e266dde1535e4bf614bcd596.tar.xz
zue.dev-1195cc8eb5da40f9e266dde1535e4bf614bcd596.zip
chore: update compatibility_date and clean up wrangler.json
Diffstat (limited to 'wrangler.json')
-rw-r--r--wrangler.json30
1 files changed, 1 insertions, 29 deletions
diff --git a/wrangler.json b/wrangler.json
index 01aed61..c6bc9ae 100644
--- a/wrangler.json
+++ b/wrangler.json
@@ -1,8 +1,8 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
+ "compatibility_date": "2025-02-05",
"name": "api-zue-dev",
"main": "source/index.js",
- "compatibility_date": "2025-02-05",
"routes": [
{
"pattern": "api.zue.dev",
@@ -13,32 +13,4 @@
"enabled": true,
"head_sampling_rate": 1
}
- // "compatibility_flags": [
- // "nodejs_compat"
- // ],
- // "vars": {
- // "MY_VAR": "my-variable"
- // },
- // "kv_namespaces": [
- // {
- // "binding": "MY_KV_NAMESPACE",
- // "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- // }
- // ],
- // "r2_buckets": [
- // {
- // "binding": "MY_BUCKET",
- // "bucket_name": "my-bucket"
- // }
- // ],
- // "d1_databases": [
- // {
- // "binding": "MY_DB",
- // "database_name": "my-database",
- // "database_id": ""
- // }
- // ],
- // "ai": {
- // "binding": "AI"
- // },
}