disable webhook container restart
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user