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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When developing with
pnpm run dev
it creates files in http://localhost:5173/frontend/entrypoints/ but that isn't accessible to an external device. I canpnpm run build
but 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