mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Use node protocol when importing builtins
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { EventEmitter } from 'events';
|
||||
import type { IncomingMessage, Server, ServerResponse } from 'http';
|
||||
import { Readable } from 'stream';
|
||||
import { EventEmitter } from 'node:events';
|
||||
import type { IncomingMessage, Server, ServerResponse } from 'node:http';
|
||||
import { Readable } from 'node:stream';
|
||||
import type { Logger } from '../../../src/logging/Logger';
|
||||
import { getLoggerFor } from '../../../src/logging/LogUtil';
|
||||
import { HandlerServerConfigurator } from '../../../src/server/HandlerServerConfigurator';
|
||||
|
||||
Reference in New Issue
Block a user