1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/.gitpod.yml

21 lines
347 B
YAML
Raw Normal View History

2021-04-20 05:18:03 +02:00
image: 'gitpod/workspace-full'
tasks:
2021-10-01 08:51:07 +02:00
- before: 'cp .env.example .env'
init: 'npm install'
command: 'npm run dev'
2021-04-20 05:18:03 +02:00
ports:
- port: 3000
onOpen: 'open-preview'
2021-04-20 05:31:43 +02:00
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addComment: true
addBadge: true
addLabel: true