mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00

Revert "refactor(web): migrate create-react-app to vite (#787)"
This reverts commit edae1bbf4b
.
6 lines
No EOL
104 B
JavaScript
6 lines
No EOL
104 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
}
|
|
} |