From 22b3d663afd5750a99e938129afc7a8a15861430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 10 Sep 2024 08:15:10 +0200 Subject: [PATCH] fix(start): serve from out folder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd34aa0..d55e18f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start" + "start": "npx -y serve@latest out" }, "dependencies": { "next": "^14.1.1",