Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nsarrazin
/
agents-js-oasst
like
5
Paused
App
Files
Files
Community
6f4bbde
agents-js-oasst
/
tailwind.config.js
nsarrazin
HF staff
poc with dockerfile & server-side
2bcd13d
over 1 year ago
raw
Copy download link
history
blame
Safe
185 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {},
},
plugins
: [
require
(
'daisyui'
)
]
}