diff --git a/docs/package.json b/docs/package.json index 1e722f4..8eecb56 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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",