1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: usage of next start

This commit is contained in:
Divlo
2023-05-29 17:33:45 +02:00
parent 87fbfe4940
commit b88246b668

View File

@ -12,7 +12,7 @@
}, },
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"start": "node .next/standalone/server.js", "start": "next start",
"build": "npm run resume:build && next build", "build": "npm run resume:build && next build",
"lint:commit": "commitlint", "lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker", "lint:editorconfig": "editorconfig-checker",