chore(dev): Update histoire config for deployment (#12374)

- Adds `.netlify` and `.histoire` directories to `.gitignore` to prevent
deployment artifacts from being committed.
- Adds `collectMaxThreads: 4` to `histoire.config.ts` to optimize
resource usage during Netlify deployment.

Fixes #CW-5579

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Pranav
2025-09-11 00:35:54 -07:00
committed by GitHub
parent 06fa541f19
commit ff5d304541
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@@ -95,3 +95,7 @@ yarn-debug.log*
.claude/settings.local.json
.cursor
CLAUDE.local.md
# Histoire deployment
.netlify
.histoire

View File

@@ -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,