We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d67581 commit d5f6480Copy full SHA for d5f6480
1 file changed
examples/demo/src/fakeServer/graphql.ts
@@ -10,3 +10,5 @@ const handler = getMswHandler({
10
});
11
12
export const worker = setupWorker(http.all(/http:\/\/localhost:4000/, handler));
13
+
14
+export default () => worker;
0 commit comments