/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/dotcom-shared/src/constants.ts
15 строк
701 B
Steve Ruiz
fix(dotcom): sidebar fixes roundup (#9254)
17 июн 2026, 14:32
Не верифицирован
17 июн 2026, 14:32
0ec5e25
Код
Авторство
О чём код?
export const MAX_NUMBER_OF_FILES = 200 export const MAX_NUMBER_OF_WORKSPACES = 20 export const MAX_WORKSPACE_NAME_LENGTH = 100 export const ROOM_SIZE_LIMIT_MB = 25 /** * `createSource` value for a new workspace's first file. The sync worker resolves it to the * current welcome template's published snapshot (or a committed default if none is set), * forking that content into the new file. Unlike the other `createSource` prefixes this is a * fixed marker with no id — the worker decides which file is the welcome template — so the * client never needs to know the template's slug and an admin can retarget it without a * client change. */ export const WELCOME_CREATE_SOURCE = 'welcome'