UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

10 lines (9 loc) 276 B
/** @type {import("@proofkit/fmdapi/dist/utils/typegen/types.d.ts").GenerateSchemaOptions} */ export const config = { clientSuffix: "Layout", schemas: [ // add your layouts and name schemas here ], clearOldFiles: true, path: "./src/config/schemas/filemaker", };