f1ad4273f4
- FastAPI 单进程托管 frontend/dist,systemd 替代 PM2 - 超级管理员 admin、注册开关与用户管理 - README/DEPLOY/USAGE 说明:改代码须本地构建 dist 后 push,服务器 update.sh - 提交 frontend/dist 与 build-frontend 脚本
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
uploads/
|
|
backups/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
!.env.example
|
|
node_modules/
|
|
frontend/node_modules/
|
|
# frontend/dist 随仓库发布,服务器无需 npm 构建
|