A good start with app

This commit is contained in:
2025-04-12 03:29:37 -04:00
parent e0bd4c7f7a
commit ef934d2b36
51 changed files with 420 additions and 3209 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;