supermemory/apps/memory-graph-playground/next.config.ts
nexxeln dfb0c05ab3 add spaces selector with search (#600)
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
2025-12-02 18:37:24 +00:00

8 lines
151 B
TypeScript

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