Soviut
Soviut
> The main issue today is even if I used semver with v1, it wouldn't make all the associated problems disappear. Namely, small plugin updates can produce breaking changes for...
Possibly related to this Vite issue? https://github.com/vitejs/vite/issues/3737 Apparently `middlewareMode: 'ssr'` is deprecated and should just be `middlewareMode: true`
@gerhardcit thanks for this example. It's what finally clarified the approach I should take for swapping middleware during tests. I now have a `createApp(db?)` function that takes an optional db...
@hdformat This is a closed issue, you should open a new issue if you think there are mistakes in the docs.