Skip to content

Commit

Permalink
Start docker compose in dev without menu (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxelox authored Nov 4, 2024
1 parent 035b672 commit 24f7b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmuxinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: latitude-llm
windows:
- web: cd apps/web
- apps: pnpm dev --filter='./apps/*' --filter='./packages/sdks/typescript' --filter='./packages/compiler'
- docker: docker compose up
- docker: docker compose up --menu=false
- studio: cd packages/core && pnpm db:studio

0 comments on commit 24f7b51

Please sign in to comment.