From 45a9839313c9bd8e81d61349bde0ea3bb69adf6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 14 Feb 2024 17:57:10 +0100 Subject: [PATCH] fix(ui): fix path to configuration file template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/.gitignore | 2 +- ui/web/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/web/.gitignore b/ui/web/.gitignore index 546c9397..73475000 100644 --- a/ui/web/.gitignore +++ b/ui/web/.gitignore @@ -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 diff --git a/ui/web/README.md b/ui/web/README.md index ffbc5f0b..1f5fdd33 100644 --- a/ui/web/README.md +++ b/ui/web/README.md @@ -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 -- 2.34.1