mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-28 11:34:24 +01:00
4 lines
187 B
TypeScript
4 lines
187 B
TypeScript
import { setupWorker } from 'msw'
|
|
import { handlers } from './handlers'
|
|
// This configures a Service Worker with the given request handlers.
|
|
export const worker = setupWorker(...handlers) |