Fran Dios

Results 203 comments of Fran Dios

@karreiro I'm not sure what you meant with handling the `/123/preview` in the backend but we can keep the conversation here and iterate 🙏

cc @jacob-ebey perhaps interesting for your new Vite plugin

Hi 👋 The use case is creating a Miniflare instance in a custom integration (Vite plugin) for local development, but reading the config options from `wrangler.toml` directly. [Something like this](https://github.com/jacob-ebey/vite-plugins/blob/ca029d758c3692c48b87863846a054e891d52e97/packages/vite-cloudflare/src/lib/cloudflare-environment.ts#L158)....

Fixed by #4497 as mentioned in https://github.com/Shopify/cli/pull/4497#issuecomment-2369639724 You can use this version for now until the next official release: https://github.com/Shopify/cli/pull/4494#issuecomment-2363872704 (or use the nightly release listed in NPM). Closing but...

@tpage99 Oh somehow I thought you wrote [this comment](https://github.com/Shopify/cli/pull/4497#issuecomment-2369639724) but I 've realized now it wasn't you. I think you created this issue **after** testing the current release so I'm...

@juanpprieto @blittle should we get the locale from the `` props optionally? Otherwise, maybe we should consider injecting the locale from the server -- we have it in `getLocaleFromRequest` so...

The cart handler came out shortly after we had codegen but its typing was a bit complex and never got proper support. I think it's possible but probably not an...

We are using an option in MiniOxygen to inject code and trigger autoreloads whenever the worker build changes. We probably need to disable this and start relying on the new...

If I didn't understand it wrong, is the expectation here to get `shopify:section:unload` and `shopify:section:load` on section hot reloading when using the CLI?

Did you use `h2 setup vite` to migrate? Make sure your `vite.config.js` is something [like this](https://github.com/Shopify/hydrogen/blob/main/templates/skeleton/vite.config.ts) and that you have `"type": "module"` in your `package.json` Also, as per the [release...