This commit is contained in:
syuilo
2022-04-16 17:19:30 +09:00
parent 4907dc91f7
commit 44a01c4b5a
5 changed files with 9 additions and 9 deletions

View File

@ -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';

View File

@ -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';