Initial version

This commit is contained in:
awe
2025-09-23 14:53:35 +03:00
parent b4aa400164
commit b61e3f93d4
27 changed files with 7528 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;