Skip to content

Commit 298fe2f

Browse files
index:take out the app from app.ts
1 parent 0dfe0b3 commit 298fe2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import App from './src/app';
2+
3+
const PORT = 3000;
4+
const app = new App(PORT);
5+
6+
app.createApp();
7+
app.startServer();

0 commit comments

Comments
 (0)