Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 20, 2024
1 parent 167c586 commit 667bdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ npx concurrently --raw \
"pnpm --dir packages/plugin-node dev -- $*" \
"pnpm --dir packages/adapter-sqlite dev -- $*" \
"pnpm --dir packages/adapter-postgres dev -- $*" \
"node -e \"setTimeout(() => process.exit(0), 5000)\" && pnpm --dir packages/agent dev -- $*"
"node -e \"setTimeout(() => process.exit(0), 5000)\" && pnpm --dir agent dev -- $*"

0 comments on commit 667bdf7

Please sign in to comment.