removed open-next

This commit is contained in:
2025-08-18 14:51:39 -05:00
parent e397bbfc81
commit 3267b4a2c5
3 changed files with 5 additions and 12 deletions
+3 -2
View File
@@ -1,5 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
@@ -39,3 +37,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# open-next
/.open-next/
+1 -4
View File
@@ -1,5 +1,5 @@
{
"name": "cog",
"name": "confessions-of-grace",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -7,12 +7,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.6.5",
"@supabase/supabase-js": "^2.55.0",
"autoprefixer": "^10.4.21",
"date-fns": "^4.1.0",
-5
View File
@@ -1,8 +1,3 @@
name = "confessions-of-grace"
main = ".open-next/worker.js"
compatibility_date = "2025-03-25"
compatibility_flags = ["nodejs_compat"]
[assets]
directory = ".next/assets"
binding = "ASSETS"