RouterOptions.database
Home > @backstage/plugin-app-backend
> RouterOptions
> database
If a database is provided it will be used to cache previously deployed static assets.
This is a built-in alternative to using a staticFallbackHandler
.
Signature:
database?: DatabaseService;