mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-06 22:59:29 +00:00
8 lines
255 B
Bash
8 lines
255 B
Bash
# Backend API URL (used by Vite dev server proxy)
|
|
# Change this if your gohoarder backend is running on a different port
|
|
VITE_BACKEND_URL=http://localhost:8080
|
|
|
|
# Frontend dev server port
|
|
# The Vite development server will run on this port
|
|
VITE_PORT=5173
|