mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-10 15:19:18 +03:00
20 lines
311 B
YAML
20 lines
311 B
YAML
image: gitpod/workspace-full
|
|
|
|
tasks:
|
|
- before: npm install -g @leon-ai/cli
|
|
init: leon create birth
|
|
command: leon start
|
|
|
|
ports:
|
|
- port: 1337
|
|
onOpen: notify
|
|
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
addComment: true
|
|
addBadge: true
|
|
addLabel: true
|