Hey @nickblue
Try running npm run deploy
The discussion addresses deploying an extension-only Shopify app to run as a custom app on a single store.
Key Steps Identified:
npm run deploy to deploy the extensionImportant Consideration:
If the app includes a Remix template for the admin portal, it won’t be hosted by Shopify (since admin renders in an iFrame requiring external hosting). Extension-only apps without templates can be fully Shopify-hosted.
The original poster confirmed the official documentation didn’t clearly explain the deployment process, prompting community members to share their hands-on experience with the workflow.