Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Mark Duppenthaler
Initial boilerplate for flask server running react frontend on typescript, tailwind, daisyui
f762ee5
| /** @type {import('tailwindcss').Config} */ | |
| export default { | |
| content: [ | |
| "./index.html", | |
| "./src/**/*.{js,ts,jsx,tsx}", | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [require("daisyui")], | |
| daisyui: { | |
| themes: ["light"], | |
| }, | |
| } | |