Skip to content

Commit

Permalink
app: Do not set USE_LOCAL_SERVER
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 13, 2021
1 parent ad88fa7 commit cd7f77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const envConfig = {
RELEASE: releaseId,
RELEASE_CHANNEL: releaseChannel,
COMMIT: commit,
USE_LOCAL_SERVER: !!process.env.USE_LOCAL_SERVER,
};

export const baseConfig: webpack.Configuration = {
Expand Down

1 comment on commit cd7f77d

@vercel
Copy link

@vercel vercel bot commented on cd7f77d Jan 13, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.