build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / start.ts
index af569c53e3e46f2e12c694c221b6e1620955111c..8af14b50d83a7717dec3ab4d41e144877bc98d00 100644 (file)
@@ -2,7 +2,7 @@
 
 import chalk from 'chalk';
 
-import { Bootstrap } from './charging-station';
+import { Bootstrap } from './charging-station/index.js';
 
 try {
   await Bootstrap.getInstance().start();