web init nextjs

This commit is contained in:
2025-10-22 18:18:09 +02:00
parent 270f099c42
commit 67228adecc
16 changed files with 1889 additions and 0 deletions

7
web/next.config.ts Normal file
View File

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