Move entrypoint
This commit is contained in:
parent
163a01bf8a
commit
0e21bdc687
|
@ -41,4 +41,4 @@ export function startServer() {
|
|||
logger.info("Ready");
|
||||
}
|
||||
|
||||
startServer();
|
||||
// startServer();
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
import { startServer } from ".";
|
||||
|
||||
startServer();
|
Loading…
Reference in New Issue