fix: change frontend start script (#1096)

pull/1099/head
Joel 2 years ago committed by GitHub
parent 487e699021
commit 6fa2454c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save