From c409459e27539daeb27a5b47de4f47bcd54ba59a Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 3 Feb 2025 17:58:16 +1030 Subject: [PATCH] Use compatibility flags property for nodejs_compat --- contact-email-worker/wrangler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }