From f0776b90dda065ec2f6c17b0182cab921427dd9b Mon Sep 17 00:00:00 2001 From: Maximo Mussini Date: Tue, 16 Jul 2024 18:11:10 -0300 Subject: [PATCH] docs: typo --- docs/src/guide/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/troubleshooting.md b/docs/src/guide/troubleshooting.md index b8f4db17..7fcc5ccb 100644 --- a/docs/src/guide/troubleshooting.md +++ b/docs/src/guide/troubleshooting.md @@ -95,7 +95,7 @@ Use the `~/` alias to the [sourceCodeDir] 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