mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +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
|
.claude/settings.local.json
|
||||||
.cursor
|
.cursor
|
||||||
CLAUDE.local.md
|
CLAUDE.local.md
|
||||||
|
|
||||||
|
# Histoire deployment
|
||||||
|
.netlify
|
||||||
|
.histoire
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import { HstVue } from '@histoire/plugin-vue';
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
setupFile: './histoire.setup.ts',
|
setupFile: './histoire.setup.ts',
|
||||||
plugins: [HstVue()],
|
plugins: [HstVue()],
|
||||||
|
collectMaxThreads: 4,
|
||||||
vite: {
|
vite: {
|
||||||
server: {
|
server: {
|
||||||
port: 6179,
|
port: 6179,
|
||||||
|
|||||||
Reference in New Issue
Block a user