Skip to content

Commit 4420364

Browse files
author
Daniil Yankouski
authored
Update vite/server.ts
1 parent e0bacb9 commit 4420364

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.vite/server.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ import { ServerOptions } from 'vite';
22

33
const SERVER_HOST = '127.0.0.1';
44
const SERVER_PORT = 3000;
5-
const SERVER_URL = 'https://nexe.dev.xplorie.com/';
5+
const SERVER_URL = 'https://example.com/';
66
const SERVER_PROXIES = [
7-
'/nexe-core',
8-
'/nexe-guest',
97
'/oauth/token',
10-
'/pie-account',
11-
'/pie-facade',
12-
'/pie-product',
138
];
149
const proxy = SERVER_PROXIES.reduce((acc, url) => ({
1510
...acc,

0 commit comments

Comments
 (0)