// The brand name shown in the status-page header. // // 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; 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}}'