refactoe
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import * as http from 'http';
|
||||
import * as http from 'node:http';
|
||||
import * as websocket from 'websocket';
|
||||
|
||||
import MainStreamConnection from './stream/index.js';
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
import * as fs from 'node:fs';
|
||||
import * as http from 'http';
|
||||
import * as http from 'node:http';
|
||||
import Koa from 'koa';
|
||||
import Router from '@koa/router';
|
||||
import mount from 'koa-mount';
|
||||
|
Reference in New Issue
Block a user