Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 11, 2025
1 parent f45370f commit a649087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dev.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# An array of matching commands to run.
# An array of commands to run.
COMMANDS=(
"turbo run dev --filter=./packages/core"
"turbo run dev --filter=./packages/plugin-sqlite"
Expand All @@ -13,7 +13,7 @@ COMMANDS=(
"turbo run dev --filter=./packages/agent --filter=./packages/cli"
)

# Loop over each command/comment pair
# Loop over each command
for i in "${!COMMANDS[@]}"; do
${COMMANDS[$i]} &

Expand Down

0 comments on commit a649087

Please sign in to comment.