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",