refactor: AppContext and App entrypoints
This commit is contained in:
parent
442e7cd8d9
commit
dd0abc8a8b
7 changed files with 32 additions and 10 deletions
|
|
@ -88,7 +88,9 @@
|
|||
"eject": "react-scripts eject",
|
||||
"storybook": "start-storybook -p 9009 -s public",
|
||||
"postinstall": "patch-package",
|
||||
"build-storybook": "build-storybook -s public"
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"start-lamassu": "REACT_APP_BUILD_TARGET=LAMASSU react-scripts start",
|
||||
"start-pazuz": "REACT_APP_BUILD_TARGET=PAZUZ react-scripts start"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue