mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
21 lines
347 B
YAML
21 lines
347 B
YAML
image: 'gitpod/workspace-full'
|
|
|
|
tasks:
|
|
- before: 'cp .env.example .env'
|
|
init: 'npm install'
|
|
command: 'npm run dev'
|
|
|
|
ports:
|
|
- port: 3000
|
|
onOpen: 'open-preview'
|
|
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addComment: true
|
|
addBadge: true
|
|
addLabel: true
|