removed custom open-next

This commit is contained in:
2025-08-18 14:25:45 -05:00
parent 94c09daa58
commit e397bbfc81
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "open-next build",
"build:next": "next build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",