feat(server): modularize backend and admin console

This commit is contained in:
2026-07-14 01:38:41 +00:00
parent 9a6ac1e4ed
commit 95dd32c75a
261 changed files with 39289 additions and 2156 deletions
+9
View File
@@ -30,11 +30,20 @@ __pycache__/
.coverage
htmlcov/
# Frontend dependencies and build output
node_modules/
admin-ui/node_modules/
admin-ui/dist/
# Local configuration and secrets
.env
.env.*
!.env.example
!.env.docker.example
!admin-ui/.env
!admin-ui/.env.development
!admin-ui/.env.production
!admin-ui/.env.staging
admin_token.sha256
keys/*private*.pem
keys/*private*.key