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

index 00000000..8765d6dc --- /dev/null +++ b/src/index.ts
@@ -0,0 +1,4 @@ +import { Server } from "./Server"; + +const server = new Server(); +server.start().catch(console.error);