Launch and monitor both Python and JS during development

No longer need to restart python each time any change is made. nodemon will handle that now. Using concurrently because I found it to be better performant than run-p.
This commit is contained in:
blessedcoolant
2022-03-25 07:31:59 +13:00
parent c3157b4e15
commit 481e956c3a
2 changed files with 7 additions and 2 deletions

View File

@@ -1 +1,2 @@
REACT_APP_INPAINTING_URL=""
REACT_APP_INPAINTING_URL=""
FAST_REFRESH=false