chore: Rename project from WebTriviasMulti to Trivy

- Update all code references to new name
- Rename design document
- Update package.json
- Update frontend titles and branding

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-26 09:22:04 +00:00
parent 0642b559df
commit e5a2b016a0
9 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import asyncio
import sys
sys.path.insert(0, '/root/WebTriviasMulti/backend')
sys.path.insert(0, '/root/Trivy/backend')
from sqlalchemy import select
from app.models.base import get_async_session