Skip to content

Commit 3caf14b

Browse files
committed
chore: new fixes for storybook
Signed-off-by: Newton <[email protected]>
1 parent c53e443 commit 3caf14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mocks/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { setupServer } from "msw/node";
1+
import { setupServer } from "msw/node/index.js";
22
import { handlers } from "./handlers.ts";
33

44
export const server = setupServer(...handlers);

0 commit comments

Comments
 (0)