Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / utils / FileUtils.ts
index 5bb22e7d47939c5234ae97105ce7e68ed24ca7da..19150af19fbc31d8a6d1a9a7d5554094f569efe4 100644 (file)
@@ -1,4 +1,4 @@
-import fs from 'fs';
+import fs from 'node:fs';
 
 import chalk from 'chalk';