I recently had a situation where I needed to clear cache and rebuild my application because of a code error but I was locked out of the application and could not sign in again to rebuild as usual.
Before I would have had to uninstall the expo instance and re-install a fresh version and mount all the extensions and add the custom changes, but I found out that you can run the clear cache and rebuild script directly from CLI with the following command:
and I was able to continue debugging without any delays.
Hope this helps someone else.
Before I would have had to uninstall the expo instance and re-install a fresh version and mount all the extensions and add the custom changes, but I found out that you can run the clear cache and rebuild script directly from CLI with the following command:
Code:
php rebuild.php
Hope this helps someone else.
Comment