4 lines
185 B
Bash
4 lines
185 B
Bash
# Where the dev server proxies /api, /admin, /static and /media.
|
|
# In compose this is the backend service; on the host it's the mapped port.
|
|
VITE_API_PROXY_TARGET=http://localhost:8000
|