mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
|
import { setupServer } from 'msw/node';
|
||
|
|
import { handlers } from './handlers';
|
||
|
|
|
||
|
|
export const server = setupServer(...handlers);
|