mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
import type { NextConfig } from "next"
|
|
|
|
const nextConfig: NextConfig = {
|
|
transpilePackages: ["@supermemory/tools", "@supermemory/ai-sdk"],
|
|
}
|
|
|
|
export default nextConfig
|