Run Hydrogen JS application without shopify authentication #2530
-
Hi @graygilmore @blittle @juanpprieto, I want to run my Hydrogen JS application without authentication that we require while running application. As, for the first time when i run hydrogen js application it asks us to authenticate with shopify, how can we remove that authentication process, it should run without asking user to authenticate. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@graygilmore @blittle @juanpprieto can we run our application without project.json file or how to avoid the shopify authentication while running our hydrogen js application first time on a particular machine |
Beta Was this translation helpful? Give feedback.
-
It is only there to make local development easier and can be removed any time. |
Beta Was this translation helpful? Give feedback.
.shopify/project.json
should already be in your.gitignore
file. If for some reason it wasn't added or was removed you should add it back.It is only there to make local development easier and can be removed any time.