RouterOptions.appPackageName
Home > @backstage/plugin-app-backend
> RouterOptions
> appPackageName
The name of the app package that content should be served from. The same app package should be added as a dependency to the backend package in order for it to be accessible at runtime.
In a typical setup with a single app package this would be set to 'app'.
Signature:
appPackageName: string;