build: migrate to vite and update dependencies
Migrates the React app from Create React App (CRA) to Vite for faster build times and improved development experience. Also updates all dependencies to their latest versions. BREAKING CHANGE: Removes react-scripts and CRA-related dependencies. The development and build processes now rely on Vite.
This commit is contained in:
6
adventure-rental-app/postcss.config.js
Normal file
6
adventure-rental-app/postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user