chore: scaffold Next.js 14 app

This commit is contained in:
2026-06-06 16:04:15 +02:00
commit f435b1f6cc
16 changed files with 12399 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;