Backend URL moved to env variable

This commit is contained in:
2025-06-17 21:52:28 +03:00
parent 80e31714ee
commit 0dad9b586c
2 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
# Lokaali kehitys
## Ympäristömuuttujat
Lisää projektin juureen `.env` tiedosto jossa sisältö:
```
API_URL=http://localhost:9090
```
## Ja ei kun kovaa ajoa
```bash
npm run dev
```