This commit updates the version of Supabase in multiple packages. It also introduces specificity to environment variables in Keystatic configuration and adds a method to create a 'KeyStatic' reader based on the storage kind. Furthermore, minor adjustments have been made to keep the environment variable names consistent.
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import { makeRouteHandler } from '@keystatic/next/route-handler';
|
|
|
|
import config from './keystatic.config';
|
|
|
|
export const { POST, GET } = makeRouteHandler({
|
|
config,
|
|
});
|