Open
Description
Describe the Bug (버그 설명)
Create a new project using typescript-express-starter cli for graphql
Version to Reproduce (현재 사용한 버전)
latest 9.2.0
Steps to Reproduce (재현 순서)
Expected Behavior (예상 동작)
App should initialize and run fine
Actual Behavior (실제 동작)
% npm run dev
> [email protected] dev
> cross-env NODE_ENV=development nodemon
[nodemon] 2.0.20
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): src/**/* .env
[nodemon] watching extensions: js,ts,json
[nodemon] starting `ts-node -r tsconfig-paths/register --transpile-only src/server.ts`
2022-10-25 14:50:27 info: =================================
2022-10-25 14:50:27 info: ======= ENV: development =======
2022-10-25 14:50:27 info: 🚀 App listening on the port 3000
2022-10-25 14:50:27 info: 🎮 http://localhost:3000/graphql
2022-10-25 14:50:27 info: =================================
[nodemon] app crashed - waiting for file changes before starting...