removed cloudflare

This commit is contained in:
2025-08-18 15:19:14 -05:00
parent 1f89c69686
commit 9cfd2ad1cd
3 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
/* config options here */
};
export default nextConfig;
+1 -2
View File
@@ -6,8 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
"lint": "next lint"
},
"dependencies": {
"@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"