diff options
Diffstat (limited to 'wrangler.json')
| -rw-r--r-- | wrangler.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wrangler.json b/wrangler.json index c6bc9ae..247a047 100644 --- a/wrangler.json +++ b/wrangler.json @@ -1,5 +1,8 @@ { "$schema": "node_modules/wrangler/config-schema.json", + "compatibility_flags": [ + "nodejs_compat" + ], "compatibility_date": "2025-02-05", "name": "api-zue-dev", "main": "source/index.js", @@ -12,5 +15,8 @@ "observability": { "enabled": true, "head_sampling_rate": 1 + }, + "browser": { + "binding": "MYBROWSER" } } |
