grid load fix

This commit is contained in:
Jan Prochazka
2020-04-03 21:35:24 +02:00
parent aeacc2b170
commit f41383aa08
7 changed files with 49 additions and 12 deletions

View File

@@ -27,8 +27,7 @@
"@dbgate/engines": "^0.1.0"
},
"scripts": {
"start": "cross-env PORT=5000 react-scripts start",
"start:silent": "cross-env BROWSER=none PORT=5000 react-scripts start",
"start": "cross-env BROWSER=none PORT=5000 react-scripts start",
"build": "react-scripts build",
"build:app": "cross-env PUBLIC_URL=. react-scripts build",
"test": "react-scripts test",