Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kakumusic
/
autogpt
like
0
Configuration error
App
Files
Files
Community
main
autogpt
/
benchmark
/
frontend
/
postcss.config.cjs
kakumusic
Upload folder using huggingface_hub
b225a21
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
const
config = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
};
module
.
exports
= config;