Skip to content

Commit ccf8e84

Browse files
committed
add dev mode docs
1 parent 3f8f27a commit ccf8e84

File tree

6 files changed

+465
-137
lines changed

6 files changed

+465
-137
lines changed

cspell.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ overrides:
1616
dictionaries:
1717
- fullstack
1818
words:
19-
- clsx
20-
- infima
21-
- noopener
19+
- callout
2220
- Vite
2321
- craco
22+
- rollup
23+
- Rsbuild
24+
- Rspack
25+
- Turbopack
2426
- esbuild
2527
- swcrc
2628
- noreferrer

website/pages/docs/_meta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const meta = {
5050
type: 'separator',
5151
title: 'Production & Scaling',
5252
},
53+
'development-mode': '',
5354
'going-to-production': '',
5455
'scaling-graphql': '',
5556
};

0 commit comments

Comments
 (0)