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

@@ -8,7 +8,7 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview --port 10096 --host",
"preview": "vite preview --port 1219 --host",
"serve": "node server.cjs",
"deploy": "./deploy.sh",
"start": "./start.sh",