1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 14:05:53 +02:00
.profile/.gitpod.yml

21 lines
353 B
YAML
Raw Normal View History

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