Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raj718
/
mcp-client
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp-client
/
Projects
/
LeaseGuard
/
postcss.config.mjs
Raj718
feat: Complete Task 1 - Environment Setup & Security Hardening
4e39be7
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
const
config = {
plugins
: [
"@tailwindcss/postcss"
],
};
export
default
config;