Select menus portal at z-3 while drawers sit at z-5, so the popup opened behind the drawer. Portal into the drawer panel instead. Point .env.example VITE_API_URL at the slug subdomain with a local Vite note. Signed-off-by: Émile Ré <emile@probo.com>
10 lines
559 B
Plaintext
10 lines
559 B
Plaintext
# GraphQL API origin (compliance-portal HTTPS origin; <slug> is the portal
|
|
# slug). For local Vite development, set this to http://localhost:5174 so the
|
|
# browser hits the Vite origin and /graphql is proxied (see vite.config.ts).
|
|
VITE_API_URL=https://<slug>.probopage.localhost
|
|
|
|
# Vite /graphql proxy target (compliance-portal HTTPS origin; <slug> is the
|
|
# portal slug). Required for local Vite development — uncomment and set the
|
|
# slug when running the app locally (see vite.config.ts).
|
|
# COMPLIANCE_PORTAL_PROXY_TARGET=https://<slug>.probopage.localhost
|