Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIVLAD
/
demo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
demo
/
frontend
/
tailwind.config.js
AIVLAD
feat: add React frontend with nginx reverse proxy
f75bff1
6 months ago
raw
Copy download link
history
blame
contribute
delete
175 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,jsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}