From 22c06465fd0cfefd6d530c7d916ecdb39fd15754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=84=ED=98=84=EB=AF=BC?= <77275989+joyjhm@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:02:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20quiz-zone=20=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/quiz-zone/src/main.ts | 1 + apps/quiz-zone/tsconfig.json | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/quiz-zone/src/main.ts b/apps/quiz-zone/src/main.ts index 25fced3..9db9b9e 100644 --- a/apps/quiz-zone/src/main.ts +++ b/apps/quiz-zone/src/main.ts @@ -6,4 +6,5 @@ async function bootstrap() { await app.listen(process.env.PORT ?? 3000); } + bootstrap(); diff --git a/apps/quiz-zone/tsconfig.json b/apps/quiz-zone/tsconfig.json index 347d992..8ab9dc6 100644 --- a/apps/quiz-zone/tsconfig.json +++ b/apps/quiz-zone/tsconfig.json @@ -17,11 +17,6 @@ "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, - "noFallthroughCasesInSwitch": false, - "esModuleInterop": true, - "paths": { - "@shared/*": ["../shared/src/*"] - } - }, - "references": [{ "path": "../../packages/shared" }] + "noFallthroughCasesInSwitch": false + } }