From 4690bfa30a4e4279da5b9d522bdb34b9c2c25e65 Mon Sep 17 00:00:00 2001 From: Adam Mark Date: Tue, 22 Oct 2024 13:19:22 -0400 Subject: [PATCH] Update vite.mdx Fix npm command reference. --- website/docs/en/guide/migration/vite.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/en/guide/migration/vite.mdx b/website/docs/en/guide/migration/vite.mdx index acad79913..6761798fb 100644 --- a/website/docs/en/guide/migration/vite.mdx +++ b/website/docs/en/guide/migration/vite.mdx @@ -245,7 +245,7 @@ for (const path of context.keys()) { ## Validating Results -After completing the above steps, you have completed the basic migration from Vite to Rsbuild. You can now run the `npm run serve` command to try starting the dev server. +After completing the above steps, you have completed the basic migration from Vite to Rsbuild. You can now run the `npm run dev` command to try starting the dev server. If you encounter any issues during the build process, please debug according to the error log, or check the Vite configuration to see if there are any necessary configurations that have not been migrated to Rsbuild.