chore: create base app

This commit is contained in:
2025-12-28 17:14:03 -03:00
parent 2d5f801dde
commit 057773c013
10 changed files with 6707 additions and 128 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;