Open local server with FFX Dev

This commit is contained in:
rui hildt 2020-07-23 09:56:34 +02:00
parent 07f1a6c2ea
commit 70e3819f59
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-scripts start",
"start": "BROWSER=firefox-developer-edition react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"