Add LAN-friendly dev scripts and env examples

This commit is contained in:
Abhimanyu Saharan
2026-02-01 22:31:42 +05:30
parent 3e4a6cf441
commit 01c8a64a6d
3 changed files with 12 additions and 2 deletions

4
frontend/.env.example Normal file
View File

@@ -0,0 +1,4 @@
# When accessing the frontend from another device, the browser will call this URL.
# Use your machine IP (not 127.0.0.1).
NEXT_PUBLIC_API_URL=http://<YOUR_MACHINE_IP>:8000