X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=mikro-orm.config-template.ts;h=4ef43dff66fb4dec4af00b9b08cb9002732f3ef1;hb=d632062f209c41719300e32cf0e4c06e151ecc4b;hp=ff08b534e6cba57600073af87f462633bf568285;hpb=d972af76b6d7d1d2a099d254eacf45245b5316ac;p=e-mobility-charging-stations-simulator.git diff --git a/mikro-orm.config-template.ts b/mikro-orm.config-template.ts index ff08b534..4ef43dff 100644 --- a/mikro-orm.config-template.ts +++ b/mikro-orm.config-template.ts @@ -12,6 +12,6 @@ export default { type: 'sqlite', clientUrl: `file://${join( dirname(fileURLToPath(import.meta.url)), - `${Constants.DEFAULT_PERFORMANCE_RECORDS_DB_NAME}.db` + `${Constants.DEFAULT_PERFORMANCE_RECORDS_DB_NAME}.db`, )}`, };