Variable: DEFAULT_SITE_NAME
const DEFAULT_SITE_NAME: string = SHARED_DEFAULT_SITE_NAME;
Defined in: electron/constants.ts:152
Default site name when no name is provided.
Remarks
Re-exported from the shared constants module to keep frontend and backend defaults in lockstep.