1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-20 22:45:53 +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
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

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