mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +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
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"name": "@lobechat/server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
}
|