feat: 增加 pm2部署和sh脚本

This commit is contained in:
helti
2024-12-14 18:11:44 +08:00
parent c9ee406372
commit 38f3f38403
4 changed files with 3006 additions and 0 deletions

View File

@@ -167,6 +167,12 @@ npm run build
npm run start
```
#### pm2 部署
```bash
sh ./deploy.sh
```
成功启动后程序会在控制台输出可访问的地址
### Vercel 部署