Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seawolf2357
/
autogpt2
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
autogpt2
/
classic
/
benchmark
/
frontend
/
postcss.config.cjs
seawolf2357
Deploy from GitHub repository
3382f47
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
const
config = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
};
module
.
exports
= config;