I configured the gadget app in my next.js project.
I used this cmd.
npm install @gadget-client/origami
it was working well for development.
but I need to connect to the production. it is auto connected to the development.
how can I connected to the production?