Move entrypoint

This commit is contained in:
Hri7566 2024-09-19 20:46:42 -04:00
parent 163a01bf8a
commit 0e21bdc687
2 changed files with 4 additions and 1 deletions

View File

@ -41,4 +41,4 @@ export function startServer() {
logger.info("Ready"); logger.info("Ready");
} }
startServer(); // startServer();

3
src/start.ts Normal file
View File

@ -0,0 +1,3 @@
import { startServer } from ".";
startServer();