1 // Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
3 import chalk from
'chalk'
5 import { Bootstrap
} from
'./charging-station/index.js'
8 await Bootstrap
.getInstance().start()
10 console
.error(chalk
.red('Startup error: '), error
)