Panayiotis Lipiridis před 4 roky
rodič
revize
1a63db89f2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      src/index.ts

+ 2
- 2
src/index.ts Zobrazit soubor

@@ -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");

Načítá se…
Zrušit
Uložit