We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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';
The text was updated successfully, but these errors were encountered:
or just change the folder name from database to databases
Sorry, something went wrong.
ljlm0402
No branches or pull requests
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 (캡쳐 화면)
The text was updated successfully, but these errors were encountered: