This commit is contained in:
mauro 🤙
2024-08-31 10:36:50 +00:00
parent c7dd357d46
commit 7b2fe6168a

View File

@@ -9,10 +9,8 @@
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",