Removes all server and client dynamic package entries for an app from mj.config.cjs. Entry removal is keyed by AppName and is array-agnostic — it sweeps both the server and client arrays in one pass.
server
client
Absolute path to the monorepo root
The app name to remove entries for
Optional
Operation result
Removes all server and client dynamic package entries for an app from mj.config.cjs. Entry removal is keyed by AppName and is array-agnostic — it sweeps both the
serverandclientarrays in one pass.