build(simulator): don't preserve modules
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 20 May 2023 12:29:28 +0000 (14:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 20 May 2023 12:29:28 +0000 (14:29 +0200)
commit51022aa0d811eec79514fbeb56cb9556e7168cd7
tree50cf9be4f514ea88dbc4adb30c72843c7e3ff181
parent7edba9a79cf60b1d1113ec89f310788194ddb97a
build(simulator): don't preserve modules

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
25 files changed:
.vscode/settings.json
docker/Dockerfile
docker/start.sh
manifest-cf-template.yml
mikro-orm.config-template.ts
package.json
rollup.config.mjs
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/IdTagsCache.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20RequestService.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts
src/charging-station/ocpp/OCPPServiceUtils.ts
src/performance/storage/JsonFileStorage.ts
src/utils/Configuration.ts
src/utils/ErrorUtils.ts [new file with mode: 0644]
src/utils/FileUtils.ts
src/utils/index.ts