Преглед изворни кода

Fix json-serve script

paging-sorting-filtering
mladen.dubovac пре 4 година
родитељ
комит
d5918250ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      package.json

+ 1
- 1
package.json Прегледај датотеку

@@ -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": [

Loading…
Откажи
Сачувај