diff --git a/contact-email-worker/wrangler.json b/contact-email-worker/wrangler.json index 18c1a07..371ac12 100644 --- a/contact-email-worker/wrangler.json +++ b/contact-email-worker/wrangler.json @@ -9,5 +9,6 @@ "send_email": [ { "name": "SEB", "destination_address": "contact@michaelpivato.dev" } ], - "workers_dev": false + "workers_dev": false, + "node_compat": true }