mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Create .gitpod.yml
This commit is contained in:
parent
ecda0c5b22
commit
2d3caa4371
1 changed files with 20 additions and 0 deletions
20
.gitpod.yml
Normal file
20
.gitpod.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue