add chat lang

This commit is contained in:
2026-01-20 19:03:28 +09:00
parent a3b7ea76c9
commit 66f27faed2
20 changed files with 281 additions and 33 deletions

View File

@@ -4,6 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "ailog index 2>/dev/null || true",
"build": "tsc && vite build",
"preview": "vite preview"
},