Merge branch 'master' into feat/rag

This commit is contained in:
Junyan Qin (Chin)
2025-07-18 00:45:24 +08:00
committed by GitHub
68 changed files with 1151 additions and 357 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"dev:local": "NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 next dev --turbopack",
"dev:local:win": "set NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 && next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",