UNPKG

@zeushq/nextjs-zapi

Version:

Next.js SDK for creating a Zeus API

12 lines (9 loc) 164 B
/* * Configuration properties. */ export interface Config { /** * The root URL for the application router, eg https://localhost */ baseURL: string; }