7 lines
430 B
Bash
7 lines
430 B
Bash
# ── Dedicated Ports ──────────────────────────────────────────────
|
|
# All port assignments for this project live here.
|
|
# Change a value here and it propagates to Docker and the dev server.
|
|
|
|
PORT_BACKEND=4000 # Express REST API → http://localhost:4000
|
|
PORT_FRONTEND_DEV=5173 # Vite dev server → http://localhost:5173
|