template-vite-react
template-vite-react copied to clipboard
⚡️ A minimal React Vite starter template.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/lzm0x219/template-vite-react). ## Config Migration Needed - [ ]...
Runnin `npm run build` field yields this: ``` > [email protected] build > turbo vite.build turbo 2.4.4 x Missing `packageManager` field in package.json ```
### What is the new or updated feature that you are suggesting? As an alternative to #1285, [Tailwind documentation](https://tailwindcss.com/docs/installation/using-postcss) recommends installing Tailwind using Vite projects using React-Router: > **Using Vite:**...
Running `pnpm build` gives an error because tailwindcss postcss should be installed separately in the current version.
1. `husky install` is deprecated. and should be replaced with `husky` 2. husky `pre-commit` should be changed to only contain the pnpm commands (sh syntax should be removed according to...