aboutsummaryrefslogtreecommitdiff
path: root/apps/memory-graph-playground/next.config.ts
diff options
context:
space:
mode:
authornexxeln <[email protected]>2025-11-22 07:04:05 +0000
committernexxeln <[email protected]>2025-11-22 07:04:05 +0000
commit895f37ac899597dc66c40fb94f9e5bb43d60a42a (patch)
treed0825db4ba52cdf5f404058135a8f88961f77a6a /apps/memory-graph-playground/next.config.ts
parentpackage the graph (#563) (diff)
downloadsupermemory-proxy-graph-requests.tar.xz
supermemory-proxy-graph-requests.zip
runtime styles injection + let user proxy requests for data in graph package + new playground (#588)proxy-graph-requests
Diffstat (limited to 'apps/memory-graph-playground/next.config.ts')
-rw-r--r--apps/memory-graph-playground/next.config.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/memory-graph-playground/next.config.ts b/apps/memory-graph-playground/next.config.ts
new file mode 100644
index 00000000..66e15661
--- /dev/null
+++ b/apps/memory-graph-playground/next.config.ts
@@ -0,0 +1,8 @@
+import type { NextConfig } from "next";
+
+const nextConfig: NextConfig = {
+ /* config options here */
+ reactCompiler: true,
+};
+
+export default nextConfig;