supermemory/apps/sdk-playground/next.config.ts

7 lines
169 B
TypeScript

import type { NextConfig } from "next"
const nextConfig: NextConfig = {
transpilePackages: ["@supermemory/tools", "@supermemory/ai-sdk"],
}
export default nextConfig