refactor: convert commonjs files to esm
[e-mobility-charging-stations-simulator.git] / skip-preinstall.js
similarity index 83%
rename from skip-preinstall.cjs
rename to skip-preinstall.js
index 5be82290ac7a28cd41dfc6554bcdf9ae3e47dc5c..8f5c9d5543ea7c16d3a451bd1abb48e83529113e 100644 (file)
@@ -1,4 +1,4 @@
-const { env, exit } = require('node:process');
+import { env, exit } from 'node:process';
 
 const skipPreinstall = env.SKIP_PREINSTALL || env.VCAP_APPLICATION !== undefined;
 if (skipPreinstall) {