@modern-js/server-runtime
Version:
Runtime for server
4 lines (3 loc) • 331 B
TypeScript
import type { ServerConfig } from '@modern-js/server-core';
export { useHonoContext, type ServerPlugin, type ServerPluginLegacy, type MiddlewareObj, type Context, type Next, type MiddlewareHandler, type ServerConfig, } from '@modern-js/server-core';
export declare const defineServerConfig: (config: ServerConfig) => ServerConfig;