# Backend API (NestJS) VITE_API_BASE_URL=http://localhost:3000/api/v1 # Optional localhost-only fallback when not using business.{domain} in /etc/hosts. # Leave unset for multi-tenant dev — tenant is resolved from hostname # (e.g. business.sanihome.ir → sanihome.ir, business.safeteb.com → safeteb.com). # VITE_BUSINESS_DOMAIN=sanihome.ir # Local public invoice viewer runs on super-admin Vite (port 5174). # In DEV, copy/open links use https://meshkee.app:5174/invoices/{id} automatically. # VITE_INVOICE_PUBLIC_BASE_URL=https://meshkee.app:5174 # VITE_INVOICE_PUBLIC_DEV_HOST=meshkee.app # VITE_INVOICE_PUBLIC_DEV_PORT=5174