Skip to content

Commit 862ccc1

Browse files
committed
chore: add errorReporter.ts to protected files list across runners
1 parent aba0b54 commit 862ccc1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

c-code-react-runner/donttouch_files.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"donttouch_files.json",
55
".important_files.json",
66
"worker/index.ts",
7-
"worker/core-utils.ts"
7+
"worker/core-utils.ts",
8+
"src/lib/errorReporter.ts"
89
]

vite-cf-DO-KV-runner/donttouch_files.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"wrangler.toml",
44
"donttouch_files.json",
55
".important_files.json",
6-
"worker/index.ts"
6+
"worker/index.ts",
7+
"src/lib/errorReporter.ts"
78
]

vite-cf-DO-runner/donttouch_files.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"wrangler.toml",
44
"donttouch_files.json",
55
".important_files.json",
6-
"worker/index.ts"
6+
"worker/index.ts",
7+
"src/lib/errorReporter.ts"
78
]

vite-cfagents-runner/donttouch_files.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"wrangler.toml",
44
"donttouch_files.json",
55
".important_files.json",
6-
"worker/index.ts"
6+
"worker/index.ts",
7+
"src/lib/errorReporter.ts"
78
]

0 commit comments

Comments
 (0)