Skip to content

Commit

Permalink
chore(clerk-js): Revert devUrl to https://js.lclclerk.com
Browse files Browse the repository at this point in the history
This was changed accidentaly in the past.
  • Loading branch information
nikosdouvlis committed Nov 16, 2023
1 parent b0ca7b8 commit 7245325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/clerk-js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ const devConfig = ({ mode, env }) => {
const variant = env.variant || variants.clerkBrowser;
// accept an optional devOrigin environment option to change the origin of the dev server.
// By default we use https://js.lclclerk.com which is what our local dev proxy looks for.
// const devUrl = new URL(env.devOrigin || 'https://js.lclclerk.com');
const devUrl = new URL(env.devOrigin || 'http://localhost:4000');
const devUrl = new URL(env.devOrigin || 'https://js.lclclerk.com');

const commonForDev = () => {
return {
Expand Down

0 comments on commit 7245325

Please sign in to comment.