You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vite-plugin): Add containers support in vite-plugin (#9819)
* feat(vite-plugin): Add containers support in `vite dev`
Adds support for Cloudflare Containers in `vite dev`.
Please note that at the time of this PR a container image
can only specify the path to a `Dockerfile`. Support for
registry links will be added in a later version.
* suggestions
Co-authored-by: emily-shen <[email protected]>
* feedback fixes
---------
Co-authored-by: emily-shen <[email protected]>
feat(vite-plugin): Add containers support in `vite dev`
8
+
9
+
Adds support for Cloudflare Containers in `vite dev`. Please note that at the time of this PR a container image can only specify the path to a `Dockerfile`. Support for registry links will be added in a later version, as will containers support in `vite preview`.
0 commit comments