feat: full studio build -- light theme, canvas thumbnails, i18n (fa/en)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const DEV_PROJECT_ID = "dev-project";
|
||||
|
||||
export function isDevProjectId(projectId: string): boolean {
|
||||
return projectId === DEV_PROJECT_ID;
|
||||
}
|
||||
Reference in New Issue
Block a user