From ca70743329d750c8a3f225a1b7079abb81666adf Mon Sep 17 00:00:00 2001 From: Krie <112789870+R-Kri@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:48:37 +0530 Subject: [PATCH] chore(core): clarify usage of vite environment variables in docs (#12520) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Miloš Paunović --- .devcontainer/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index fd9ff76716..61ac01e2b3 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -32,11 +32,6 @@ In the meantime, you can move onto the next step... ### Development: -- (Optional) By default, your dev server will target `localhost:8080`. If your backend is running elsewhere, you can create `.env.development.local` under `ui` folder with this content: -``` -VITE_APP_API_URL={myApiUrl} -``` - - Navigate into the `ui` folder and run `npm install` to install the dependencies for the frontend project. - Now go to the `cli/src/main/resources` folder and create a `application-override.yml` file.