From 132360adc206436133b922895ce9ab515b6bcc32 Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 3 Feb 2025 17:57:28 +1030 Subject: [PATCH] Fix deprecated node_compat property --- 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 371ac12..6210025 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, - "node_compat": true + "nodejs_compat": true }