Skip to content

Commit

Permalink
chore: updated tmuxinator to also watch required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Oct 31, 2024
1 parent 05b5f54 commit 70119b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .tmuxinator.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# ./.tmuxinator.yml

name: latitude-llm
windows:
- web: cd apps/web
- apps: pnpm dev --filter='./apps/*'
- apps: pnpm dev --filter='./apps/*' --filter='./packages/sdks/typescript' --filter='./packages/compiler'
- docker: docker compose up
- studio: cd packages/core && pnpm db:studio

0 comments on commit 70119b8

Please sign in to comment.