aboutsummaryrefslogtreecommitdiff
path: root/apps/memory-graph-playground/next.config.ts
blob: 05ac139346abe03c566018018d08c378f3d8a773 (plain) (blame)
1
2
3
4
5
6
7
8
import type { NextConfig } from "next"

const nextConfig: NextConfig = {
	/* config options here */
	reactCompiler: true,
}

export default nextConfig