Skip to content

Commit

Permalink
Merge pull request #436 from ai16z/fix-paths
Browse files Browse the repository at this point in the history
fix: path
  • Loading branch information
ponderingdemocritus authored Nov 20, 2024
2 parents a3e7ba6 + 667bdf7 commit b013276
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 b013276

Please sign in to comment.