supermemory/packages/tools/test/chatapp/next.config.ts
2025-10-22 14:00:59 -07:00

7 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;