Skip to content

Commit

Permalink
Revert vite changes for oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Jun 11, 2024
1 parent 0a595b4 commit 037fb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { sveltekit } from '@sveltejs/kit/vite';



const exposeServer = true;
const exposeServer = false;
const lexboxServer: ProxyOptions = {
target: 'https://localhost:7075',
target: 'http://localhost:5158',
secure: false
};

Expand Down

0 comments on commit 037fb46

Please sign in to comment.