DashCaddy.net marketing website with Stripe integration

This commit is contained in:
Krystie
2026-04-15 19:56:21 -07:00
commit fff986ea06
34 changed files with 2946 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;