This commit is contained in:
Aidan Haas
2025-07-07 17:09:34 -04:00
commit 6b531bb32f
18 changed files with 2249 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;