| name | api-config-server |
| description | How to use @owlmeans/api-config-server — server-side modules that expose the API config endpoint consumed by api-config-client. Auto-invoked when serving API config from a server app. |
| user-invocable | false |
@owlmeans/api-config-server
Layer: Server
Install: "@owlmeans/api-config-server": "^0.1.11" in dependencies
Key Exports
| Export | Description |
|---|
modules | Server-side api-config module declarations |
Usage
import { modules as apiConfigServerModules } from '@owlmeans/api-config-server'
export const appModules = [...modules, ...apiConfigServerModules, ...managerModules]
Depends On
@owlmeans/api-config, @owlmeans/server-entrypoint, @owlmeans/server-context