Skip to content

Commit

Permalink
chore: added debuged in dev (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Nov 23, 2023
1 parent c2b4f15 commit dc72e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/InspectorPage/TopBar/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default function TopBar({ currentProject, isUploading, onBack, onOpenModa
}, [onOpenModal, currentProject])

const previewUrl = currentProject
? `${EXPLORER_URL}?realm=${BUILDER_SERVER_URL}/projects/${currentProject.id}${config.is(Env.DEVELOPMENT) ? '&NETWORK=sepolia' : ''}`
? `${EXPLORER_URL}?realm=${BUILDER_SERVER_URL}/projects/${currentProject.id}${
config.is(Env.DEVELOPMENT) ? '&NETWORK=sepolia&DEBUG_SCENE_LOG' : ''
}`
: ''
return (
<div className={styles.container}>
Expand Down

1 comment on commit dc72e3e

@vercel
Copy link

@vercel vercel bot commented on dc72e3e Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder – ./

builder-decentraland1.vercel.app
builder-git-master-decentraland1.vercel.app

Please sign in to comment.