Archived
removed open-next
This commit is contained in:
+3
-2
@@ -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/
|
||||
|
||||
+2
-5
@@ -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",
|
||||
@@ -35,4 +32,4 @@
|
||||
"typescript": "^5",
|
||||
"wrangler": "^4.31.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user