Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CosmicMagnetar
/
opentriage-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
opentriage-api
/
postcss.config.mjs
KrishnaCosmic
Deploying Next.js backend
1cb28f1
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;