[fix] publish (#1222)
- fixes an invalid usage of process.env in the editor package - fixes some bublic paths in the publishing infra code
This commit is contained in:
parent
f44f6e2c9f
commit
b63e871420
5 changed files with 9 additions and 6 deletions
|
@ -23,6 +23,7 @@ export const debugFlags = {
|
|||
peopleMenu: createDebugValue('tldrawPeopleMenu', false),
|
||||
logMessages: createDebugValue('tldrawUiLog', []),
|
||||
resetConnectionEveryPing: createDebugValue('tldrawResetConnectionEveryPing', false),
|
||||
newLiveCollaborators: createDebugValue('tldrawNewLiveCollaborators', false),
|
||||
}
|
||||
|
||||
declare global {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue