diff --git a/contact-email-worker/wrangler.json b/contact-email-worker/wrangler.json index 6210025..a9e206e 100644 --- a/contact-email-worker/wrangler.json +++ b/contact-email-worker/wrangler.json @@ -10,5 +10,5 @@ { "name": "SEB", "destination_address": "contact@michaelpivato.dev" } ], "workers_dev": false, - "nodejs_compat": true + "compatibility_flags": ["nodejs_compat"] }