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:
parent
d08c4fb322
commit
6422e54aeb
@ -17,6 +17,7 @@
|
|||||||
"@tachybase/actions": "workspace:*",
|
"@tachybase/actions": "workspace:*",
|
||||||
"@tachybase/auth": "workspace:*",
|
"@tachybase/auth": "workspace:*",
|
||||||
"@tachybase/client": "workspace:*",
|
"@tachybase/client": "workspace:*",
|
||||||
|
"@tachybase/database": "workspace:*",
|
||||||
"@tachybase/plugin-auth": "workspace:*",
|
"@tachybase/plugin-auth": "workspace:*",
|
||||||
"@tachybase/server": "workspace:*",
|
"@tachybase/server": "workspace:*",
|
||||||
"@tachybase/test": "workspace:*"
|
"@tachybase/test": "workspace:*"
|
||||||
|
@ -4096,6 +4096,9 @@ importers:
|
|||||||
'@tachybase/client':
|
'@tachybase/client':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../../core/client
|
version: link:../../../core/client
|
||||||
|
'@tachybase/database':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../../../core/database
|
||||||
'@tachybase/plugin-auth':
|
'@tachybase/plugin-auth':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../plugin-auth
|
version: link:../plugin-auth
|
||||||
|
Loading…
Reference in New Issue
Block a user