Add internal_frontend project

This commit is contained in:
2025-07-01 08:29:06 +00:00
parent 0e487b42fa
commit fcbd84b147
25 changed files with 6582 additions and 1 deletions

View File

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