Compare commits

..

1 Commits

Author SHA1 Message Date
Boris Bera
5d385f12b8
Merge 51a8298f2a into 592d1093ac 2024-08-28 14:09:37 -04:00

View File

@ -1,8 +1,7 @@
{ {
"scripts": { "scripts": {
"build": "NEXT_TELEMETRY_DISABLED=1 next build", "build": "NEXT_TELEMETRY_DISABLED=1 next build",
"dev": "NEXT_TELEMETRY_DISABLED=1 next", "dev": "NEXT_TELEMETRY_DISABLED=1 next"
"start": "NEXT_TELEMETRY_DISABLED=1 next start"
}, },
"dependencies": { "dependencies": {
"next": "^14.2.7", "next": "^14.2.7",