@coze-arch/cli 0.0.6-alpha.dd6b66 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,19 +91,6 @@ export default defineNuxtConfig({
91
91
  clientPort: 443,
92
92
  timeout: 30000,
93
93
  },
94
- // Fix EMFILE: too many open files error
95
- // Exclude large directories from file watching to avoid exceeding system limits
96
- watch: {
97
- ignored: [
98
- '**/node_modules/**',
99
- '**/.nuxt/**',
100
- '**/.output/**',
101
- '**/dist/**',
102
- '**/.git/**',
103
- '**/coverage/**',
104
- '**/.cache/**',
105
- ],
106
- },
107
94
  },
108
95
  },
109
96