// The brand name shown in the marketing header + admin sidebar. // // A plain constant — not `publicEnv` — so the template typechecks BEFORE // `voltro dev` generates the env types. `VOLTRO_PUBLIC_APP_NAME` is still // declared in app.config.ts (validated + in the env manifest); to read it // typed instead, after one `voltro dev` swap this for // `publicEnv.VOLTRO_PUBLIC_APP_NAME` from '@voltro/env/public'. export const APP_NAME = '{{capProjectName}} Admin'