|
1 | 1 | {
|
2 | 2 | "name": "@lobehub/chat",
|
3 |
| - "version": "1.69.1", |
| 3 | + "version": "1.69.2", |
4 | 4 | "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
|
5 | 5 | "keywords": [
|
6 | 6 | "framework",
|
|
30 | 30 | ],
|
31 | 31 | "scripts": {
|
32 | 32 | "build": "next build",
|
33 |
| - "build:analyze": "ANALYZE=true next build", |
34 |
| - "build:docker": "DOCKER=true next build && npm run build-sitemap", |
35 | 33 | "postbuild": "npm run build-sitemap && npm run build-migrate-db",
|
36 | 34 | "build-migrate-db": "bun run db:migrate",
|
37 | 35 | "build-sitemap": "tsx ./scripts/buildSitemapIndex/index.ts",
|
| 36 | + "build:analyze": "ANALYZE=true next build", |
| 37 | + "build:docker": "DOCKER=true next build && npm run build-sitemap", |
38 | 38 | "db:generate": "drizzle-kit generate && npm run db:generate-client",
|
39 | 39 | "db:generate-client": "tsx ./scripts/migrateClientDB/compile-migrations.ts",
|
40 | 40 | "db:migrate": "MIGRATION_DB=1 tsx ./scripts/migrateServerDB/index.ts",
|
|
62 | 62 | "start": "next start -p 3210",
|
63 | 63 | "stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
|
64 | 64 | "test": "npm run test-app && npm run test-server",
|
65 |
| - "test:update": "vitest -u", |
66 | 65 | "test-app": "vitest run --config vitest.config.ts",
|
67 | 66 | "test-app:coverage": "vitest run --config vitest.config.ts --coverage",
|
68 | 67 | "test-server": "vitest run --config vitest.server.config.ts",
|
69 | 68 | "test-server:coverage": "vitest run --config vitest.server.config.ts --coverage",
|
| 69 | + "test:update": "vitest -u", |
70 | 70 | "type-check": "tsc --noEmit",
|
71 | 71 | "webhook:ngrok": "ngrok http http://localhost:3011",
|
72 | 72 | "workflow:cdn": "tsx ./scripts/cdnWorkflow/index.ts",
|
|
0 commit comments