fix(infra): create template workspace with isolated nanoid (#4569)

This commit is contained in:
Alex Yang
2023-10-11 13:48:30 -05:00
committed by GitHub
parent 5be5863693
commit 491cd75fe0
10 changed files with 108 additions and 52 deletions
-1
View File
@@ -17,7 +17,6 @@ export const isDesktop = isBrowser && !!window.appInfo?.electron;
//#endregion
export const DEFAULT_WORKSPACE_NAME = 'Demo Workspace';
export const UNTITLED_WORKSPACE_NAME = 'Untitled';
export const DEFAULT_HELLO_WORLD_PAGE_ID_SUFFIX = 'hello-world';
export const DEFAULT_SORT_KEY = 'updatedDate';
export const MessageCode = {