aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
- // },
}