wip
This commit is contained in:
parent
6ad9a2a658
commit
7663f632d7
|
@ -32,7 +32,7 @@ const devConfig: UserConfig = {
|
||||||
base: './',
|
base: './',
|
||||||
server: {
|
server: {
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: 5173,
|
port: 5174,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
|
@ -61,7 +61,7 @@ export function getConfig(): UserConfig {
|
||||||
base: '/vite/',
|
base: '/vite/',
|
||||||
|
|
||||||
server: {
|
server: {
|
||||||
port: 5173,
|
port: 5174,
|
||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Reference in New Issue