Lazy load node:net for improved edge runtime compatibility

This commit is contained in:
2025-10-12 13:52:50 -04:00
parent 94a751d9b0
commit db96e8d933
7 changed files with 53 additions and 10 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"esModuleInterop": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["vitest/globals"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]