ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.71k stars 419 forks source link

Typo in app.ts #207

Open dap23 opened 1 year ago

dap23 commented 1 year ago

Describe the Bug (버그 설명)

There is a typo in the app.ts file, it should import from 'database', but it is written as 'databases' in the file.

Version to Reproduce (현재 사용한 버전)

v9.1.1 (lib mongoose)

Expected Behavior (예상 동작)

should import { dbConnection } from '@database';

Actual Behavior (실제 동작)

import { dbConnection } from '@databases';

Capture screen (캡쳐 화면)

Screen Shot 2023-04-07 at 01 21 36
dap23 commented 1 year ago

or just change the folder name from database to databases