From 0bb3fc8b94a372a6b7492427d61541cd65cc2813 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 5 Aug 2024 18:29:37 +0200 Subject: [PATCH] Fixed documentation for webapp dev mode --- webapp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/README.md b/webapp/README.md index 1729f905b..d342f47d7 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -1,6 +1,6 @@ # OpenDTU web frontend -You can run the webapp locally with `yarn dev`. If you enter the IP of your ESP in the `vite.config.ts` beforehand, all api requests will even be proxied to the real ESP. Then you can develop the webapp as if it were running directly on the ESP. The `yarn dev` also supports hot reload, i.e. as soon as you save a vue file, it is automatically reloaded in the browser. +You can run the webapp locally with `yarn dev`. If you enter the IP of your ESP in the `vite.user.ts` beforehand (template can be found in `vite.config.ts`), all api requests will even be proxied to the real ESP. Then you can develop the webapp as if it were running directly on the ESP. The `yarn dev` also supports hot reload, i.e. as soon as you save a vue file, it is automatically reloaded in the browser. ## Project Setup @@ -24,4 +24,4 @@ yarn build ```sh yarn lint -``` \ No newline at end of file +```