Hello Friends,
I got stuck in the deployment process. Can somebody let me know if we have to include an Extension directory in our repository?
As per the docs on Shopify, they mentioned that Shopify hosts the extensions, and the app should be hosted on a third-party server.
So I want to ask how does this deployment process works separately. It will be better if some provide detail explanation of how to host app on Digital Ocean or Cloudways. and extensions on Shopify.
Additionally, I have a question regarding the configuration file i.e. app.toml file
Shopify recommended that Shopify recommends that “We recommend that developers have one configuration for development and a separate one for production. That way, you can continue to develop your app after deploying it, without affecting your production environment.”
So How to create different files for development and production and how to use it? Additionally, Do I have to include this file in a repository or not?