Skip to content

Commit d5f6480

Browse files
committed
fix demo build
1 parent 5d67581 commit d5f6480

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/demo/src/fakeServer/graphql.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ const handler = getMswHandler({
1010
});
1111

1212
export const worker = setupWorker(http.all(/http:\/\/localhost:4000/, handler));
13+
14+
export default () => worker;

0 commit comments

Comments
 (0)