Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
muthuk1
/
OpenMAIC-React
like
0
Model card
Files
Files and versions
xet
Community
main
OpenMAIC-React
/
postcss.config.mjs
muthuk1
Convert OpenMAIC from Next.js to React (Vite)
f56a29b
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
const
config = {
plugins
: {
'@tailwindcss/postcss'
: {},
},
};
export
default
config;