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
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
/.pnp
|
/.pnp
|
||||||
@@ -39,3 +37,6 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
|
# open-next
|
||||||
|
/.open-next/
|
||||||
|
|||||||
+1
-4
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "cog",
|
"name": "confessions-of-grace",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -7,12 +7,9 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"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"
|
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@opennextjs/cloudflare": "^1.6.5",
|
|
||||||
"@supabase/supabase-js": "^2.55.0",
|
"@supabase/supabase-js": "^2.55.0",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
name = "confessions-of-grace"
|
name = "confessions-of-grace"
|
||||||
main = ".open-next/worker.js"
|
|
||||||
compatibility_date = "2025-03-25"
|
compatibility_date = "2025-03-25"
|
||||||
compatibility_flags = ["nodejs_compat"]
|
compatibility_flags = ["nodejs_compat"]
|
||||||
|
|
||||||
[assets]
|
|
||||||
directory = ".next/assets"
|
|
||||||
binding = "ASSETS"
|
|
||||||
Reference in New Issue
Block a user