Skip to content

Commit 198d143

Browse files
committed
lint
1 parent cab1910 commit 198d143

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/interaction-worker/vitest.config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ export default defineWorkersProject({
3030
MESSAGE_DEBOUNCER: "MessageDebouncer",
3131
EXECUTION_AGENT: {
3232
className: "ExecutionAgent",
33-
scriptPath: resolve(__dirname, "../execution-worker/src/index.ts"),
33+
scriptPath: resolve(
34+
__dirname,
35+
"../execution-worker/src/index.ts",
36+
),
3437
},
3538
},
3639
hyperdrives: {

0 commit comments

Comments
 (0)