fix(docs): add line number highlighting for "Update vite.config.ts" instructions
This block in the Vite docs was missing the highlighting that calls out what the changes should be at this step.
This commit is contained in:
parent
08d6ea6a53
commit
18022a2ad9
|
|
@ -97,7 +97,7 @@ Add the code below to the vite.config.ts so your app can resolve paths without e
|
|||
npm i -D @types/node
|
||||
```
|
||||
|
||||
```typescript
|
||||
```typescript {2,7-11}
|
||||
import path from "path"
|
||||
import vue from "@vitejs/plugin-vue"
|
||||
import { defineConfig } from "vite"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user