Added service worker regisration refresh BOD-73

This commit is contained in:
Patrick Fic
2020-08-21 12:47:54 -07:00
parent 97629a91fb
commit f29b961397
9 changed files with 117 additions and 7 deletions

View File

@@ -20,4 +20,6 @@ NGROK TEsting:
Finding deadfiles - run from client directory
npx deadfile ./src/index.js --exclude build templates
npx deadfile ./src/index.js --exclude build templates
cd client && yarn build && cd build && scp -r ** imex@prod-tor1.imex.online:~/bodyshop/client/build && cd .. &&cd ..