Compare commits

...

1 Commits

Author SHA1 Message Date
1f7240c6a0 add start command 2024-08-29 17:09:45 +02:00

View File

@@ -1,7 +1,8 @@
{
"scripts": {
"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": {
"next": "^14.2.7",