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 7180063 commit a89b9b6Copy full SHA for a89b9b6
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.js"],
+ entities: [__dirname + "/../modules/**/*.entity.{ts,js}"],
13
});
14
15
setInterval(async () => {
0 commit comments