Skip to content

Commit bf1b3cd

Browse files
authored
Added .ts to the list of watched extensions (#120)
1 parent df43e33 commit bf1b3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎genkit-tools/common/src/runner/runner.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ export class Runner {
301301
}
302302
} else if (
303303
extension === '.js' ||
304+
extension === '.ts' ||
304305
extension === '.prompt' ||
305306
extension === '.go'
306307
) {

0 commit comments

Comments
 (0)