Adds client dynamic package entries to mj.config.cjs for an installed app.
Mirrors AddServerDynamicPackages but targets the dynamicPackages.client
array. Client entries are pure side-effect imports (no StartupExport): the
mj codegen manifest --open-app-client-bootstrap command turns each into an
import '<PackageName>'; line in MJExplorer's class-registrations manifest so the
app's
Adds client dynamic package entries to mj.config.cjs for an installed app.
Mirrors AddServerDynamicPackages but targets the
dynamicPackages.clientarray. Client entries are pure side-effect imports (no StartupExport): themj codegen manifest --open-app-client-bootstrapcommand turns each into animport '<PackageName>';line in MJExplorer's class-registrations manifest so the app's