fix: change frontend start script (#1096)

This commit is contained in:
Joel 2023-09-04 11:10:32 +08:00 committed by GitHub
parent 487e699021
commit 6fa2454c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next dev",
"lint": "next lint",
"fix": "next lint --fix",
"eslint-fix": "eslint --fix",