diff --git a/views/vite.config.ts b/views/vite.config.ts index 796872f..3687c58 100644 --- a/views/vite.config.ts +++ b/views/vite.config.ts @@ -33,7 +33,7 @@ export default defineConfig((env) => { plugins: setupPlugins(viteEnv), server: { host: '0.0.0.0', - port: 1002, + port: 8090, open: false, proxy: { '/api': {