Replies: 2 comments 1 reply
-
|
For live development, you can use ngrok to open a tunnel from your local instance. For most QA, I just use the theme upload process you laid out. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When developing with
pnpm run devit creates files in http://localhost:5173/frontend/entrypoints/ but that isn't accessible to an external device. I canpnpm run buildbut then i have to use shopify cli to upload theme files to the dev theme in order to test on external device. Is there a better process?Beta Was this translation helpful? Give feedback.
All reactions