new changes in api base url

This commit is contained in:
2026-07-09 15:49:45 +05:30
parent 7cd0ae85ef
commit 4ef9cd9085
29 changed files with 2714 additions and 1191 deletions

7
.env Normal file
View File

@@ -0,0 +1,7 @@
# Local secrets — gitignored, never committed.
# Used ONLY by the Vite dev-server proxy (vite.config.ts) to inject the
# x-hasura-admin-secret header server-side. NOT prefixed with VITE_, so it
# never reaches the client bundle.
HASURA_ADMIN_SECRET="nearle-admin-secret"
VITE_FIESTA_URL="https://fiesta.nearle.app/live/api/v1/web"