diff --git a/apps/www/content/docs/installation/vite.mdx b/apps/www/content/docs/installation/vite.mdx index a286dbf468f..1534a420065 100644 --- a/apps/www/content/docs/installation/vite.mdx +++ b/apps/www/content/docs/installation/vite.mdx @@ -93,14 +93,16 @@ Add the following code to the `tsconfig.app.json` file to resolve paths, for you } ``` -### Update vite.config.ts - -Add the following code to the vite.config.ts so your app can resolve paths without error: +### Install types ```bash npm install -D @types/node ``` +### Update vite.config.ts + +Add the following code to the ```vite.config.ts``` so your app can resolve paths without error: + ```typescript import path from "path" import react from "@vitejs/plugin-react"