Skip to content

Commit f2ba186

Browse files
authored
fix(queue): update job locations to include JavaScript files
1 parent 7e34cbd commit f2ba186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/config/queue.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ export default defineConfig({
2525
idleDelay: '2s',
2626
},
2727

28-
locations: ['./app/jobs/**/*.ts'],
28+
locations: ['./app/jobs/**/*.{ts,js}'],
2929
})

0 commit comments

Comments
 (0)