Initial commit

This commit is contained in:
tuna2134
2025-04-28 02:01:44 +00:00
commit 65ba0bd083
18 changed files with 1174 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;