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
When using setServerPassthroughCopyBehavior('passthrough'); in conjunction with '@11ty/eleventy-plugin-vite' results in the following error, when trying to run npx @11ty/eleventy --serve:
Init options have not yet been fetched in the setup callback. This probably means that `init()` has not yet been called.
Are there any known limitations when using Vite as middleware? Is there anything else I have to take care of when using passthrough?