From 1f7240c6a07263f3a20e66b42fae0e43695e19d4 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Thu, 29 Aug 2024 17:09:45 +0200 Subject: [PATCH] add start command --- docs/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",