[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

@ -135,7 +135,7 @@ export const Canvas = track(function Canvas({
<HintedShapeIndicator />
<SnapLinesWrapper />
<HandlesWrapper />
{process.env.NEXT_PUBLIC_TLDRAW_NEW_COLLABORATORS ? (
{debugFlags.newLiveCollaborators.value ? (
<LiveCollaboratorsNext />
) : (
<LiveCollaborators />