feat: 端口改为 1219,install.sh 支持 systemd 后台部署,增加目录非 git 仓库时自动重建

This commit is contained in:
auto-bot
2026-06-13 17:11:28 +00:00
parent a866d59053
commit d2255b5951
9 changed files with 334 additions and 193 deletions

View File

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