diff --git a/.gitignore b/.gitignore index bb0df62a8..7ca033f87 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,7 @@ yarn-debug.log* .claude/settings.local.json .cursor CLAUDE.local.md + +# Histoire deployment +.netlify +.histoire diff --git a/histoire.config.ts b/histoire.config.ts index 15c5e7b64..41b6f3c13 100644 --- a/histoire.config.ts +++ b/histoire.config.ts @@ -4,6 +4,7 @@ import { HstVue } from '@histoire/plugin-vue'; export default defineConfig({ setupFile: './histoire.setup.ts', plugins: [HstVue()], + collectMaxThreads: 4, vite: { server: { port: 6179,