update readme wit release doc

This commit is contained in:
Patrick
2025-08-19 12:50:10 +02:00
parent 68331fc639
commit ffa3aeb4fc
18 changed files with 3258 additions and 0 deletions

7
frontend/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;