From b88246b6682493ac792ed82e11db5ae5c0f7ef72 Mon Sep 17 00:00:00 2001 From: Divlo Date: Mon, 29 May 2023 17:33:45 +0200 Subject: [PATCH] chore: usage of next start --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f18a71..73a6539 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "scripts": { "dev": "next dev", - "start": "node .next/standalone/server.js", + "start": "next start", "build": "npm run resume:build && next build", "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker",