mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
1a4005c7b9
* ♻️ refactor(server-deps): extract envs/trpc/config/locales/business-server into packages * ♻️ refactor: relocate src/server backend modules to apps/server package Rebuilt on current canary: git mv the 8 server subtrees (services, routers, modules, globalConfig, utils, runtimeConfig, workflows, featureFlags) into @lobechat/server, with @/server/* dual-path alias, database vitest aliases, and instrumentation import fixup. * 📝 docs(skills): update src/server path refs to apps/server/src after relocation
23 lines
402 B
YAML
23 lines
402 B
YAML
packages:
|
|
- packages/**
|
|
- .
|
|
- e2e
|
|
- apps/desktop/src/main
|
|
- apps/server
|
|
|
|
onlyBuiltDependencies:
|
|
- '@google/genai'
|
|
- '@lobehub/editor'
|
|
- '@vercel/speed-insights'
|
|
|
|
overrides:
|
|
jose: ^6.1.3
|
|
stylelint-config-clean-order: 7.0.0
|
|
pdfjs-dist: 5.4.530
|
|
react: 19.2.4
|
|
react-dom: 19.2.4
|
|
'@react-pdf/image': 3.0.4
|
|
|
|
patchedDependencies:
|
|
'@upstash/qstash': patches/@upstash__qstash.patch
|