2021-05-11 15:22:16 -07:00
2021-04-20 09:01:39 -07:00
2021-05-11 11:32:52 -07:00
2021-02-25 19:39:00 -08:00
2021-02-25 20:50:16 -08:00
2021-04-25 11:43:07 -07:00
2021-05-11 09:37:42 -07:00
2021-04-25 11:43:07 -07:00

Yarn Dependency Management: To force upgrades for some packages: yarn upgrade-interactive --latest

To Start Hasura CLI: npx hasura console

Migrating to Staging: npx hasura migrate apply --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#' npx hasura migrate apply --up 50 --endpoint https://db.test.bodyshop.app/ --admin-secret 'Test-ImEXOnlineBySnaptSoftware!' npx hasura migrate apply --endpoint https://db.test.bodyshop.app/ --admin-secret 'Test-ImEXOnlineBySnaptSoftware!'

NGROK TEsting: ./ngrok.exe http http://localhost:5000 -host-header="localhost:5000"

Finding deadfiles - run from client directory npx deadfile ./src/index.js --exclude build templates

Description
No description provided
Readme 41 MiB