feat: scaffold Next.js 15 frontend app

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-22 03:50:57 +00:00
parent c6e271b26e
commit 6f342a065b
11 changed files with 5070 additions and 50 deletions

5
apps/web/next.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;