Initialize internal_frontend module with Next.js,

This commit is contained in:
2025-07-01 17:18:13 +09:00
parent 9b7cf5553d
commit f121a0ef80
19 changed files with 6514 additions and 0 deletions

View File

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