summary refs log tree commit diff
path: root/src/start.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/start.ts')
-rw-r--r--src/start.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/start.ts b/src/start.ts
deleted file mode 100644

index 68867a2c..00000000 --- a/src/start.ts +++ /dev/null
@@ -1,3 +0,0 @@ -import { Server } from "./Server"; - -const server = new Server();