Make the build app self contained.
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Feb 2021 17:35:03 +0000 (18:35 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Feb 2021 17:35:03 +0000 (18:35 +0100)
commitbf1866b2570654a0d3720e7363727d071e8f4264
treee7565b78c065dedc1763754aaa31f5efa6800177
parentd3c1e8603ac7366bc49fcc34f7b024a2a4ae5ada
Make the build app self contained.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
23 files changed:
.cfignore
.vscode/launch.json
.vscode/tasks.json [new file with mode: 0644]
Gruntfile.js
docker/Dockerfile
docker/autoconfig.sh
package-lock.json
package.json
src/assets/config-template.json
src/assets/configs-aws
src/assets/station-templates/abb-atg.station-template.json
src/assets/station-templates/abb.station-template.json
src/assets/station-templates/evlink.station-template.json
src/assets/station-templates/keba.station-template.json
src/assets/station-templates/schneider-imredd.station-template.json
src/assets/station-templates/schneider.station-template.json
src/assets/station-templates/siemens.station-template.json
src/assets/station-templates/virtual-simple-atg.station-template.json
src/assets/station-templates/virtual-simple.station-template.json
src/assets/station-templates/virtual.station-template.json
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/utils/Configuration.ts