[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
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue