Skip to content

Commit

Permalink
Create custom script for localdev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilona Podliashanyk committed Dec 9, 2021
1 parent 3be172c commit 419778f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"lint": "eslint src --ext .ts,.tsx,.js",
"test": "react-scripts test --silent --env=jest-environment-jsdom-sixteen",
"format": "prettier --write src",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"localdev": "HTTPS=false PORT=8080 REACT_APP_ENABLE_WEBSOCKETS_SUPPORT=true REACT_APP_USE_SECURE_COOKIE=false REACT_APP_DEBUG=true REACT_APP_BACKEND_WS_URL=ws://localhost:8000/ws REACT_APP_BACKEND_URL=http://localhost:8000 react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 419778f

Please sign in to comment.