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:
Jared Jolton 2024-02-10 11:41:08 -07:00 committed by GitHub
parent 08d6ea6a53
commit 18022a2ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 npm i -D @types/node
``` ```
```typescript ```typescript {2,7-11}
import path from "path" import path from "path"
import vue from "@vitejs/plugin-vue" import vue from "@vitejs/plugin-vue"
import { defineConfig } from "vite" import { defineConfig } from "vite"