Open dap23 opened 1 year ago
There is a typo in the app.ts file, it should import from 'database', but it is written as 'databases' in the file.
v9.1.1 (lib mongoose)
should import { dbConnection } from '@database';
import { dbConnection } from '@databases';
or just change the folder name from database to databases
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 (캡쳐 화면)