Skip to content

Commit

Permalink
spawn bitbuilder listener;
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks committed Oct 4, 2023
1 parent 666a31f commit fe4d3a6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- command: python /bitbuilder/workspace/listener.py
- command: cd / && python3 -m bitbuilder.workspace.listener
- init: yarn install
command: yarn run dev-gitpod
ports:
- name: Web App
description: The main application web server
port: 8080
- name: Frontend
description: The TalkForm AI frontend preview.
port: 3000
onOpen: open-browser
- name: bitbuilder
description: BitBuilder is a code generation tool. This port allows our agents to write code in your IDE!
port: 65455
onOpen: ignore


0 comments on commit fe4d3a6

Please sign in to comment.