aboutsummaryrefslogtreecommitdiff
path: root/apps/memory-graph-playground/next.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/memory-graph-playground/next.config.ts')
-rw-r--r--apps/memory-graph-playground/next.config.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/memory-graph-playground/next.config.ts b/apps/memory-graph-playground/next.config.ts
index 66e15661..05ac1393 100644
--- a/apps/memory-graph-playground/next.config.ts
+++ b/apps/memory-graph-playground/next.config.ts
@@ -1,8 +1,8 @@
-import type { NextConfig } from "next";
+import type { NextConfig } from "next"
const nextConfig: NextConfig = {
- /* config options here */
- reactCompiler: true,
-};
+ /* config options here */
+ reactCompiler: true,
+}
-export default nextConfig;
+export default nextConfig