UNPKG

next-json-cms

Version:

Git-based JSON CMS for Next.js projects with real-time preview - supports both app and pages router

7 lines (6 loc) 149 B
interface StartOptions { port: number; host: string; } export declare function startEditor(options: StartOptions): Promise<void>; export {};