소스 검색

Clean up

master
Panayiotis Lipiridis 4 년 전
부모
커밋
1a63db89f2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/index.ts

+ 2
- 2
src/index.ts 파일 보기

@@ -1,7 +1,7 @@
1
+import debug from "debug";
1 2
 import express from "express";
2
-import http, { ServerResponse } from "http";
3
+import http from "http";
3 4
 import socketIO from "socket.io";
4
-import debug from "debug";
5 5
 
6 6
 const serverDebug = debug("server");
7 7
 const ioDebug = debug("io");

Loading…
취소
저장