Hi,
I am developing my first app for shopify app market. I managed to submit the app for review after deploying it to fly.io
I cannot find any tutorial about workflow after the app is deployed on fly.io. How to continue local development, using the same code base, test locally, and publish new version?
If I have one app that is deployed to flo.io and App URL is https://my-app.fly.dev, and now I want to continue to develop locally, what to do next?
If I run shopify app dev, it overwrites application_url in config with …trycloudflare.com
Should I have multiple configs, multiple apps, both? How to have multiple apps that are using the same code base?
Thanks