init nextjs

This commit is contained in:
2025-08-14 15:11:39 -04:00
parent 880afb16ee
commit 027f3d6d5e
18 changed files with 1094 additions and 47 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;