X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=bundle.js;h=4bdee327fd0015cef8c3a4bc8c0e79dad72e678f;hb=2def357c05fcea4eeeaa4e0c5c8660a5cf290d2e;hp=ec12c5da80190df2696f816bae9a3f6015202084;hpb=ce1b06a72900f8c7a22db904ccc922452f5cdf88;p=e-mobility-charging-stations-simulator.git diff --git a/bundle.js b/bundle.js index ec12c5da..4bdee327 100644 --- a/bundle.js +++ b/bundle.js @@ -9,8 +9,10 @@ import { copy } from 'esbuild-plugin-copy'; const isDevelopmentBuild = env.BUILD === 'development'; const sourcemap = !!isDevelopmentBuild; -console.info(chalk.green(`Building in ${isDevelopmentBuild ? 'development' : 'production'} mode`)); (async () => { + console.info( + chalk.green(`Building in ${isDevelopmentBuild ? 'development' : 'production'} mode`), + ); console.time('Build time'); await build({ entryPoints: ['./src/start.ts', './src/charging-station/ChargingStationWorker.ts'],