mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { setupServer } from 'msw/node';
|
|
|
|
import { handlers } from './handlers.js';
|
|
|
|
export const server = setupServer(...handlers);
|