Initial commit — Electron + React frontend, Express/Docker backend, members & project management
This commit is contained in:
6
.env
Normal file
6
.env
Normal file
@@ -0,0 +1,6 @@
|
||||
# ── 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
|
||||
Reference in New Issue
Block a user