mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-28 17:52:39 +00:00
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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -95,3 +95,7 @@ yarn-debug.log*
|
||||
.claude/settings.local.json
|
||||
.cursor
|
||||
CLAUDE.local.md
|
||||
|
||||
# Histoire deployment
|
||||
.netlify
|
||||
.histoire
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user