Skip to content

Commit 66bd954

Browse files
authored
docs: update cli-and-configuration.md (#1953)
1 parent 32694ff commit 66bd954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/dev-server/cli-and-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
open: true,
5858
nodeResolve: true,
5959
appIndex: 'demo/index.html'
60-
// in a monorepo you need to set set the root dir to resolve modules
60+
// in a monorepo you need to set the root dir to resolve modules
6161
rootDir: '../../',
6262
};
6363
```
@@ -69,7 +69,7 @@ module.exports = {
6969
open: true,
7070
nodeResolve: true,
7171
appIndex: 'demo/index.html'
72-
// in a monorepo you need to set set the root dir to resolve modules
72+
// in a monorepo you need to set the root dir to resolve modules
7373
rootDir: '../../',
7474
};
7575
```

0 commit comments

Comments
 (0)