feat: 配置10096端口并添加一键部署脚本

This commit is contained in:
QZMusic
2026-06-04 13:57:25 +00:00
parent abb1cd01e5
commit daa342c2ec
5 changed files with 134 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ export default defineConfig({
}
},
server: {
port: 3000,
port: 10096,
host: '0.0.0.0',
open: false
},
build: {