Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 16, 2024
1 parent 6e322fb commit f0776b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Use the `~/` alias to the <kbd>[sourceCodeDir]</kbd> to disambiguate the referen
Please refer to [Vite's troubleshooting guide](https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated).

You might need to add `"type": "module"` to your `package.json`, or rename
`vite.config.ts` to `vite.config.mjs`.
`vite.config.ts` to `vite.config.mts`.

## HMR Issues

Expand Down

0 comments on commit f0776b9

Please sign in to comment.