chore: test deploy snapshot

This commit is contained in:
2026-05-27 10:43:01 +09:00
parent c1d0f4c1db
commit 4c4b3c8d2c
78 changed files with 10392 additions and 2301 deletions

View File

@@ -39,7 +39,15 @@ function shouldIgnoreDevUpdatePath(watchedPath: string) {
watchedPath.includes('/dist/') ||
watchedPath.includes('/app-dist/') ||
watchedPath.includes('/test-app-dist/') ||
watchedPath.includes('/coverage/') ||
watchedPath.includes('/node_modules/') ||
watchedPath.includes('/.docker/') ||
watchedPath.includes('/.npm/') ||
watchedPath.includes('/_cacache/') ||
watchedPath.includes('/.tmp/') ||
watchedPath.includes('/.codex/') ||
watchedPath.includes('/vendor_imports/') ||
watchedPath.includes('/etc/servers/') ||
watchedPath.includes('/public/.codex_chat/') ||
watchedPath.endsWith('/.server-command-runner-heartbeat.json')
);