chore(core): clarify usage of vite environment variables in docs (#12520)

Co-authored-by: Miloš Paunović <paun992@hotmail.com>
This commit is contained in:
Krie
2025-10-30 20:48:37 +05:30
committed by GitHub
parent 5d2c93b232
commit ca70743329

View File

@@ -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.