fix(core): use node: scoped builtin imports and add route unit tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as net from 'net';
|
||||
import * as net from 'node:net';
|
||||
import { WrappedSocket } from './wrapped-socket.js';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user