Skip to content

Commit 57840a0

Browse files
authored
chore: send away turbopack (#51)
1 parent b849950 commit 57840a0

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

packages/docs/app/docs/_meta.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ const meta: MetaRecord = {
1818
debugger: {
1919
title: "Debugger",
2020
},
21+
examples: {
22+
title: <p className="font-extralight">EXAMPLES</p>,
23+
type: "separator",
24+
},
25+
playground: {
26+
title: "Playground",
27+
},
2128
};
2229

2330
export default meta;

packages/docs/app/docs/get-started/page.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,11 @@ export const worker = setupDevToolWorker(...handlers);
9999

100100
> **Note:** Unlike `msw`, `setupDevToolWorker()` returns a **Promise** that resolves to a worker instance.
101101
102+
### 2. Integrate worker with browser
103+
102104
For detailed information about **msw browser integration**, please refer to the [msw official documentation](https://mswjs.io/docs/integrations/browser).
103105

104-
### 2. Add DevTool UI
106+
### 3. Add DevTool UI
105107
Add the `MSWDevTool` component and `msw-dev-tool.css` to your jsx:
106108

107109
```tsx {1-2}

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev --turbopack",
6+
"dev": "next dev",
77
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
88
"build": "next build && pnpm postbuild",
99
"start": "next start",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)