Files
fusion/packages/dashboard/app/plugins
gsxdsm e37c57305d fix(dashboard): load CE plugin view via @vite-ignore so tsc doesn't compile plugin source
With @fusion/dashboard removed from the CE plugin's deps (cycle fix), a literal
import() of its dashboard-view made the dashboard typecheck the plugin source and
fail to resolve the plugin's type-only @fusion/dashboard import. Use the
moduleId-variable + @vite-ignore pattern (as cli-printing-press does) so tsc
treats it as dynamic; Vite still resolves it at runtime.
2026-06-03 08:02:03 -07:00
..