v0.1.4
connectFixture uses a static MSW import and returns handlers synchronously, enabling module-level fixture arrays without async/await. Use when MSW is a direct dependency. The async connectHandler remains for projects where MSW is optional. - New file: connect-fixture.ts (sync variant) - Exported from @scenar/preview/connect alongside connectHandler - 6 new tests Made-with: Cursor