fix(ui): fix path to configuration file template
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 14 Feb 2024 16:57:10 +0000 (17:57 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 14 Feb 2024 16:57:10 +0000 (17:57 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.gitignore
ui/web/README.md

index 546c93975d4f53ef36bff9ad08d12ea69167eb0c..734750000b235421e5e8dd3169bfc88eaa1f9a2c 100644 (file)
@@ -1,7 +1,7 @@
 .DS_Store
 node_modules
 /dist
-/assets/config.ts
+/src/assets/config.ts
 
 # Created by git for backups. To disable backups in git:
 # $ git config --global mergetool.keepBackup false
index ffbc5f0b76bce3b0b5c857e7fa051dc31287f064..1f5fdd3341e76793fbf8a842dcf418cc2525e90c 100644 (file)
@@ -35,7 +35,7 @@ See [here](./../../README.md#charging-stations-simulator-configuration) for more
 
 #### Web UI configuration
 
-Copy the configuration template [assets/config-template.ts](assets/config-template.ts) to `assets/config.ts`.
+Copy the configuration template [src/assets/config-template.ts](src/assets/config-template.ts) to `src/assets/config.ts`.
 
 ### Run