docs: add frontend onboarding docs
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 55s
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 55s
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# API origin. Leave empty for same-origin/local Vite proxy.
|
||||
VITE_API_URL=
|
||||
|
||||
# Reown / WalletConnect project id. Required for WalletConnect QR/mobile login.
|
||||
VITE_WALLETCONNECT_PROJECT_ID=
|
||||
|
||||
# Public production deploy disables admin routes.
|
||||
VITE_DISABLE_ADMIN=false
|
||||
|
||||
# Admin-only build mode.
|
||||
VITE_ADMIN_ONLY=false
|
||||
|
||||
# Optional admin UI base path. Leave empty to use default app behavior.
|
||||
VITE_ADMIN_UI_PREFIX=
|
||||
Reference in New Issue
Block a user