20f06d0a57
React + Tailwind frontend, FastAPI backend, settings.json storage. Supports preset CRUD, live variable filling, and AI rewrite via OpenAI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
export default {
|
|
content: ['./index.html', './src/**/*.{js,jsx}'],
|
|
theme: { extend: {} },
|
|
plugins: [],
|
|
}
|