Initialized the nextjs frontend

This commit is contained in:
andy
2025-10-24 15:16:37 -04:00
parent b0c6cfbf62
commit e4e4a3eee7
18 changed files with 6349 additions and 1 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;