Create .gitpod.yml

This commit is contained in:
gotjoshua 2021-07-11 07:59:08 +01:00 committed by Johannes Millan
parent ecda0c5b22
commit 2d3caa4371
1 changed files with 20 additions and 0 deletions

20
.gitpod.yml Normal file
View File

@ -0,0 +1,20 @@
vscode:
extensions:
- coenraads.bracket-pair-colorizer-2
- pustelto.bracketeer
- formulahendry.auto-close-tag
- dbaeumer.vscode-eslint
- mhutchie.git-graph
tasks:
- name: config, build, dev
before: |
export ANY_CONST_ENVS="can be defined here" &&
export LIKE_THIS=*
init: yarn
command: yarn ng serve
# Ports to expose on workspace startup
ports:
- port: 4200
onOpen: open-preview