Files
giancarlo bd79563dcd Refactor and add generators for keystatic and package
The changes include refactoring the create-reader in cms keystatic and changing @keystatic/next version. Additionally, code generators for keystatic and package have been added, and corresponding templates have been organized into their respective directories.
2024-05-07 18:52:30 +07:00

3 lines
124 B
Handlebars

import { keystaticRouteHandlers } from '@kit/keystatic/route-handler';
export const { POST, GET } = keystaticRouteHandlers;