Skip to content

Commit 0bb95da

Browse files
author
Mansi2007275
committed
Update docs to reflect VITE env variable naming
1 parent 87fd9b6 commit 0bb95da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ npm install
134134
```bash
135135
cp .env.example .env
136136
```
137-
Ensure `REACT_APP_API_URL` points to your backend URL (e.g., `http://localhost:5000`).
138-
137+
<!-- Ensure `REACT_APP_API_URL` points to your backend URL (e.g., `http://localhost:5000`). -->
138+
Ensure `VITE_REACT_APP_API_URL` points to your backend URL (e.g., `http://localhost:5000`).
139139
#### Start the react frontend application
140140
```bash
141141
npm start

0 commit comments

Comments
 (0)