Skip to content

Commit

Permalink
Added .ts to the list of watched extensions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored May 10, 2024
1 parent df43e33 commit bf1b3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genkit-tools/common/src/runner/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export class Runner {
}
} else if (
extension === '.js' ||
extension === '.ts' ||
extension === '.prompt' ||
extension === '.go'
) {
Expand Down

0 comments on commit bf1b3cd

Please sign in to comment.