Przeglądaj źródła

Fix json-serve script

paging-sorting-filtering
mladen.dubovac 4 lat temu
rodzic
commit
d5918250ab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      package.json

+ 1
- 1
package.json Wyświetl plik

@@ -43,7 +43,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"json-serve": "json-server ./db/randomData.js --port=4000"
"json-serve": "json-server ./db/db.js --port=4000"
},
"eslintConfig": {
"extends": [

Ładowanie…
Anuluj
Zapisz