/** * Node.js library for the app plugin. * * @packageDocumentation */ export { staticFallbackHandlerExtensionPoint, type StaticFallbackHandlerExtensionPoint, configSchemaExtensionPoint, type ConfigSchemaExtensionPoint, } from './extensions'; export { loadCompiledConfigSchema } from './schema';