fix(work-wechat): missing deps @tachybase/database (#1392)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1392
This commit is contained in:
sealday 2024-07-25 18:33:50 +08:00
parent d08c4fb322
commit 6422e54aeb
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"@tachybase/actions": "workspace:*",
"@tachybase/auth": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"

View File

@ -4096,6 +4096,9 @@ importers:
'@tachybase/client':
specifier: workspace:*
version: link:../../../core/client
'@tachybase/database':
specifier: workspace:*
version: link:../../../core/database
'@tachybase/plugin-auth':
specifier: workspace:*
version: link:../plugin-auth