export const DEV_PROJECT_ID = "dev-project"; export function isDevProjectId(projectId: string): boolean { return projectId === DEV_PROJECT_ID; }