mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Includes business, customer, and super-admin apps with shared packages and production deploy scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
346 B
Bash
8 lines
346 B
Bash
# Backend API (NestJS)
|
|
VITE_API_BASE_URL=http://localhost:3000/api/v1
|
|
|
|
# Optional localhost-only fallback when not using customer.{domain} in /etc/hosts.
|
|
# Leave unset for multi-tenant dev — tenant is resolved from hostname
|
|
# (e.g. customer.sanihome.ir → sanihome.ir, customer.safeteb.com → safeteb.com).
|
|
# VITE_BUSINESS_DOMAIN=sanihome.ir
|