From 4d80cef491fcb9f9169138bc1a82d150ba6417c6 Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 3 Feb 2025 17:55:28 +1030 Subject: [PATCH] Add nodejs compatibility mode --- contact-email-worker/wrangler.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }