chore: 将默认端口改为 3006

This commit is contained in:
empty
2026-01-11 22:12:02 +08:00
parent 39ed862064
commit 14e86a46a8

View File

@@ -4,11 +4,11 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig(({ mode }) => {
// 加载环境变量
const env = loadEnv(mode, process.cwd(), '')
return {
plugins: [vue()],
server: {
port: 3000,
port: 3006,
open: true
},
define: {