mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
1090ed59b7
Co-authored-by: Pablo F.G <pablo.fernandez@prowler.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Alan Buscaglia <gentlemanprogramming@gmail.com>
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { setupWorker } from "msw/browser";
|
|
|
|
import { handlers } from "./handlers";
|
|
|
|
export const worker = setupWorker(...handlers);
|