disable webhook container restart

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-15 07:53:00 +00:00
parent 41551f2edc
commit f8c6dfe889
2 changed files with 87 additions and 77 deletions

View File

@@ -197,6 +197,12 @@ export default defineConfig(({ mode, command }) => {
'**/build/**',
'**/.vscode/**',
'**/.idea/**',
'**/Dockerfile*', // Ignore all Dockerfiles
'**/Caddyfile*', // Ignore Caddyfiles
'**/*.md', // Ignore markdown files
'**/container_startup.sh', // Ignore startup script
'**/.dockerignore',
'**/.gitignore',
],
interval: 1000, // Poll every 1 second (default is 100ms)
},