We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89b9b6 commit db4d970Copy full SHA for db4d970
1 file changed
nodejs-autospace/resource-service/src/db/data-source.ts
@@ -9,7 +9,7 @@ export const AppDataSource = new DataSource({
9
},
10
synchronize: false,
11
logging: true,
12
- entities: [__dirname + "/../modules/**/*.entity.{ts,js}"],
+ entities: [__dirname + "/../modules/**/*.entity.js"],
13
});
14
15
setInterval(async () => {
0 commit comments