Skip to content

Commit

Permalink
feat: add 'util' module to Node.js integration
Browse files Browse the repository at this point in the history
Enhance compatibility by including the 'util' module in the Node.js integration configuration, ensuring broader functionality and support for utility functions.
  • Loading branch information
ccbikai committed Oct 17, 2024
1 parent a35dc1c commit 89ba27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default defineConfig({
'events',
'worker_threads',
'async_hooks',
'util',
'node:diagnostics_channel',
'node:net',
'node:tls',
Expand Down

0 comments on commit 89ba27c

Please sign in to comment.