Skip to content

Commit

Permalink
turn off useLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 20, 2022
1 parent 272dc19 commit 692e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const connectCMS = async () => {
log("user is", user);
let isPreview = await isPreviewMode();

const useLocal = true;
const useLocal = false;
const useStaging = false;

let baseUrl = "wss://api.dcl-vlm.io/wss/";
Expand Down

0 comments on commit 692e546

Please sign in to comment.