This commit is contained in:
Your Name
2026-07-14 10:00:34 +08:00
parent 01152efce6
commit 99a6ca0a77
59 changed files with 10014 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "ai-chat",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "npm run build:member && npm run build:admin",
"build:member": "npm --prefix frontend run build",
"build:admin": "npm --prefix frontend-admin run build",
"deploy:static": "node scripts/deploy-static.js",
"preview:member": "npm --prefix frontend run preview",
"preview:admin": "npm --prefix frontend-admin run preview"
}
}