feat: add nextjs base

This commit is contained in:
2025-06-23 14:10:40 +03:00
parent 4967a69c63
commit c9f20585b2
17 changed files with 5891 additions and 129 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;