Sfoglia il codice sorgente

fix: change frontend start script (#1096)

Joel 1 anno fa
parent
commit
6fa2454c9a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/package.json

+ 1 - 1
web/package.json

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