Skip to content

Commit

Permalink
chore: quiz-zone 서버 초기 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
joyjhm committed Jan 19, 2025
1 parent 537b7c1 commit 22c0646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions apps/quiz-zone/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ async function bootstrap() {
await app.listen(process.env.PORT ?? 3000);
}


bootstrap();
9 changes: 2 additions & 7 deletions apps/quiz-zone/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"esModuleInterop": true,
"paths": {
"@shared/*": ["../shared/src/*"]
}
},
"references": [{ "path": "../../packages/shared" }]
"noFallthroughCasesInSwitch": false
}
}

0 comments on commit 22c0646

Please sign in to comment.