Refactoring editor

This commit is contained in:
2026-03-31 10:56:44 -05:00
parent 0885da8d44
commit 888918face
21 changed files with 235 additions and 111 deletions

8
editor/next.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;