From 89ba27cd9b7ec440dcc8962c4417175859d9bcfe Mon Sep 17 00:00:00 2001 From: ccbikai Date: Thu, 17 Oct 2024 12:14:09 +0800 Subject: [PATCH] feat: add 'util' module to Node.js integration Enhance compatibility by including the 'util' module in the Node.js integration configuration, ensuring broader functionality and support for utility functions. --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index eb8e921..15277c9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -57,6 +57,7 @@ export default defineConfig({ 'events', 'worker_threads', 'async_hooks', + 'util', 'node:diagnostics_channel', 'node:net', 'node:tls',