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>
5 lines
260 B
Bash
5 lines
260 B
Bash
VITE_API_BASE_URL=http://localhost:3000/api/v1
|
|
# Hostname for this dashboard (meshkee.app in production).
|
|
VITE_ADMIN_DOMAIN=meshkee.app
|
|
# Local HTTPS certs (gitignored): mkcert -cert-file .certs/meshkee.app.pem -key-file .certs/meshkee.app-key.pem meshkee.app
|