* feat(template): fullstack cookiecutter — Tailwind v4 + TS + shadcn-svelte scaffold * feat(template): fullstack — shadcn-svelte ui components + dashboard layout * refactor(template): fullstack — remove counter/Header demo files * feat(spec): add tailwind/shadcn/ts to STACK_REQUIRED fullstack * test(template): update fullstack cookiecutter assertions for shadcn-svelte * fix(ci): ruff format test_cookiecutter_templates --------- Co-authored-by: opencode-agent <agent@opencode.local>
7 lines
No EOL
194 B
JSON
7 lines
No EOL
194 B
JSON
{
|
|
"entry": ["src/**/*.{ts,svelte}", "!src/**/*.test.ts"],
|
|
"project": ["src/**/*.{ts,svelte}"],
|
|
"ignore": ["build", ".svelte-kit"],
|
|
"ignoreBinaries": true,
|
|
"ignoreDependencies": false
|
|
} |