Skip to content

Commit 198ee8a

Browse files
authored
docs: optimize source code structure show (#2001) [skip ci]
1 parent 5225253 commit 198ee8a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/guide/build.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ For example, you can specify multiple Rollup outputs with plugins that are only
5151
Suppose you have the following source code structure:
5252

5353
```
54-
|-package.json
55-
|-vite.config.js
56-
|-index.html
57-
|-main.js
58-
|-nested/
59-
|---index.html
60-
|---nested.js
54+
├── package.json
55+
├── vite.config.js
56+
├── index.html
57+
├── main.js
58+
└── nested
59+
├── index.html
60+
└── nested.js
6161
```
6262

6363
During dev, simply navigate or link to `/nested/` - it works as expected, just like for a normal static file server.

0 commit comments

Comments
 (0)