@backstage/plugin-app-node
Home > @backstage/plugin-app-node
Node.js library for the app plugin.
Functions
Function |
Description |
---|---|
Loads the config schema that is embedded in the frontend build. |
Interfaces
Interface |
Description |
---|---|
The interface for configSchemaExtensionPoint. | |
The interface for staticFallbackHandlerExtensionPoint. |
Variables
Variable |
Description |
---|---|
An extension point the exposes the ability to override the config schema used by the frontend application. | |
An extension point the exposes the ability to configure a static fallback handler for the app backend. The static fallback handler is a request handler to handle requests for static content that is not present in the app bundle. This can be used to avoid issues with clients on older deployment versions trying to access lazy loaded content that is no longer present. Typically the requests would fall back to a long-term object store where all recently deployed versions of the app are present. Another option is to provide a If both |