Skip to content

Commit

Permalink
Update migrating-from-0.5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjeff5 authored Nov 11, 2024
1 parent d689760 commit 40ba187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrating-from-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Some changes have been made to the `genkit start` command:
```posix-terminal
// Starts your genkit application code + Dev UI together
genkit start -- <language> <command>
genkit start -- <start command>
genkit start -- tsx src/index.ts
genkit start -- go run main.go
// Watch mode is supported as well
genkit start -- tsx --watch src/index.ts
// Starts your genkit application code ONLY
genkit start --noui -- <command>
genkit start --noui -- <start command>
genkit start --noui -- tsx src/index.ts
// Starts the Dev UI ONLY
Expand Down

0 comments on commit 40ba187

Please sign in to comment.