removed cloudflare

This commit is contained in:
2025-08-18 15:19:14 -05:00
parent 6eb9a97583
commit f49a5ec9bf
3 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: 'export', /* config options here */
}; };
export default nextConfig; export default nextConfig;
+1 -2
View File
@@ -6,8 +6,7 @@
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint"
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
}, },
"dependencies": { "dependencies": {
"@supabase/supabase-js": "^2.55.0", "@supabase/supabase-js": "^2.55.0",
-6
View File
@@ -1,6 +0,0 @@
name = "confessions-of-grace"
compatibility_date = "2025-03-25"
compatibility_flags = ["nodejs_compat"]
[assets]
directory = "out"