Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index bbf20f443ee67685ac0aa8ab62e06ccdec98dc2d..abd3093a54d97b8a149ec89b1aded96b5c2996a0 100644 (file)
@@ -1,7 +1,7 @@
 // Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
 
-import path from 'path';
-import { fileURLToPath } from 'url';
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
 import { type Worker, isMainThread } from 'worker_threads';
 
 import chalk from 'chalk';