Skip to content

Commit 45f2a60

Browse files
committed
restore vite proxy settings for dev
1 parent 569b9d6 commit 45f2a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/server/webui/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export default defineConfig({
7171
plugins: process.env.ANALYZE ? FRONTEND_PLUGINS : BUILD_PLUGINS,
7272
server: {
7373
proxy: {
74-
'/v1': 'http://10.0.1.50:9999',
75-
'/props': 'http://10.0.1.50:9999',
74+
'/v1': 'http://localhost:8080',
75+
'/props': 'http://localhost:8080',
7676
},
7777
headers: {
7878
'Cross-Origin-Embedder-Policy': 'require-corp',

0 commit comments

Comments
 (0)