feat: add remaining mock calls #41

This commit is contained in:
Proddy
2021-04-01 23:43:50 +02:00
parent 74179ab6e9
commit 88c8cb424b
6 changed files with 1041 additions and 20592 deletions

21500
interface/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,9 @@
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"mock-api": "node ../mock-api/server.js",
"dev": "run-p start mock-api"
},
"eslintConfig": {
"extends": "react-app"
@@ -53,6 +55,7 @@
"devDependencies": {
"concurrently": "^4.1.0",
"http-proxy-middleware": "^0.19.1",
"react-app-rewired": "^2.1.8"
"npm-run-all": "^4.1.5",
"react-app-rewired": "^2.1.8",
}
}