diff --git a/vite.config.js b/vite.config.js index 4b8a274..31fa262 100755 --- a/vite.config.js +++ b/vite.config.js @@ -8,7 +8,7 @@ export default ({ mode, command }) => { return defineConfig({ base: VITE_APP_BASE, server: { - port: 1888, + port: 2888, proxy: { '/api': { target: 'http://localhost',