initial commit

This commit is contained in:
Bitdori (Admin) 2026-07-28 15:37:43 +09:00
commit 10da203964
19 changed files with 4452 additions and 0 deletions

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