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.