mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-05-07 22:18:23 +08:00
- remove redundant direct dependencies that are no longer used - restore UI library type build outputs after the dependency cleanup - keep Tailwind/PostCSS-related package config aligned with actual usage
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
import tailwindcss from '@tailwindcss/postcss'
|
|
|
|
export default {
|
|
plugins: [
|
|
tailwindcss(),
|
|
],
|
|
}
|