chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / mikro-orm.config-template.ts
index ff08b534e6cba57600073af87f462633bf568285..8b01a42c628da9fe973f87cadbbcd69cf444b126 100644 (file)
@@ -1,10 +1,10 @@
-import { dirname, join } from 'node:path';
-import { fileURLToPath } from 'node:url';
+import { dirname, join } from 'node:path'
+import { fileURLToPath } from 'node:url'
 
-import { TsMorphMetadataProvider } from '@mikro-orm/reflection';
+import { TsMorphMetadataProvider } from '@mikro-orm/reflection'
 
-import { PerformanceData, PerformanceRecord } from './src/types';
-import { Constants } from './src/utils';
+import { PerformanceData, PerformanceRecord } from './src/types/index.js'
+import { Constants } from './src/utils/index.js'
 
 export default {
   metadataProvider: TsMorphMetadataProvider,
@@ -13,5 +13,5 @@ export default {
   clientUrl: `file://${join(
     dirname(fileURLToPath(import.meta.url)),
     `${Constants.DEFAULT_PERFORMANCE_RECORDS_DB_NAME}.db`
-  )}`,
-};
+  )}`
+}