adding details

This commit is contained in:
abhishekpythons
2026-05-19 04:38:02 +05:30
parent 246b5381ce
commit a16520420d
63 changed files with 6123 additions and 1 deletions

5
frontend/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Frontend env — copy to `.env` (or `.env.local`).
# Dev: leave empty to use the Vite proxy → http://127.0.0.1:8000
# Prod: set the absolute API base, e.g. https://risingcompute.in
VITE_API_BASE_URL=
VITE_API_PROXY=http://127.0.0.1:8000