feat: default framework file

This commit is contained in:
2026-03-22 11:03:56 +01:00
parent 2e44b41cfe
commit 07bdad9d34
13 changed files with 195 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;