Fix imports

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/5164/head
Ryan Wang 2024-01-10 14:35:17 +08:00
parent 3ec3bd1054
commit 57e3394fc1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import type { PluginModule } from "packages/shared/dist"; import type { PluginModule } from "@halo-dev/console-shared";
const modules = Object.values( const modules = Object.values(
import.meta.glob("./**/module.ts", { import.meta.glob("./**/module.ts", {