Skip to content

Commit

Permalink
docs: update vite.mdx to fix npm command reference (#3802)
Browse files Browse the repository at this point in the history
  • Loading branch information
adammark authored Oct 23, 2024
1 parent ca77561 commit 8d97f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/guide/migration/vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8d97f2a

Please sign in to comment.