* feat: add nextjs app router support * chore: rename nextjs page router demo * feat: support nextjs app router with example * chore(proxy): bump to 0.4.0 * chore: update package-lock.json * chore: remove formidable * chore: update package-lock.json * fix: page export * fix: type issues * fix: remove comment * fix: eslint any warning * chore: client version bump 0.4.2
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import { route } from '@fal-ai/serverless-proxy/nextjs';
|
|
|
|
export const { GET, POST } = route;
|