1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00
leon/.gitpod.yml

20 lines
321 B
YAML
Raw Normal View History

image: gitpod/workspace-full
tasks:
- before: npm install -g @leon-ai/cli
2022-07-27 18:16:37 +03:00
init: leon create birth --develop
command: leon start
ports:
- port: 1337
onOpen: notify
github:
prebuilds:
master: true
branches: true
pullRequests: true
addComment: true
addBadge: true
addLabel: true