Skip to content

Commit

Permalink
Update genkit-tools/common/src/utils/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Jbanov <[email protected]>
  • Loading branch information
ssbushi and pavelgj authored Feb 19, 2025
1 parent 3a42acb commit 64f3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genkit-tools/common/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function isValidDevToolsInfo(data: any): data is DevToolsInfo {
}

/**
* Fetches the Genkit Dev UI URL if available
* Finds the URL of the currently running Genkit Dev UI instance (if available).
*/
export async function getDevUiUrl(
projectRoot?: string
Expand Down

0 comments on commit 64f3aec

Please sign in to comment.