Skip to content

Commit

Permalink
Fix README.md (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykKuniczak authored Dec 8, 2024
1 parent bbe7ab2 commit ca9a822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ the build speed and development experience by using Vite and Turborepo.
- [React18](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwindcss](https://tailwindcss.com/)
- [Vite](https://vitejs.dev/) (and [Rollup](https://rollupjs.org/))
- [Vite](https://vitejs.dev/) with [Rollup](https://rollupjs.org/)
- [Turborepo](https://turbo.build/repo)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
Expand Down Expand Up @@ -204,7 +204,7 @@ For these types of issues, kill and restart `pnpm dev`. Also try reloading the e
If saving source files doesn't cause the extension HMR code to trigger a reload of the browser page, try this:

1. Ctrl+C the development server and restart it (`pnpm run dev`)
2. If youget a [`grpc` error](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/612),
2. If you get a [`grpc` error](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/612),
[kill the `turbo` process](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/612#issuecomment-2518982339) and run `pnpm dev` again.

## Community
Expand Down

0 comments on commit ca9a822

Please sign in to comment.