[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:
David Sheldrick 2023-05-04 10:25:31 +01:00 committed by GitHub
parent f44f6e2c9f
commit b63e871420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 6 deletions

View file

@ -23,6 +23,7 @@ export const debugFlags = {
peopleMenu: createDebugValue('tldrawPeopleMenu', false),
logMessages: createDebugValue('tldrawUiLog', []),
resetConnectionEveryPing: createDebugValue('tldrawResetConnectionEveryPing', false),
newLiveCollaborators: createDebugValue('tldrawNewLiveCollaborators', false),
}
declare global {