File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # https://gitpod.io/#https://github.com/chimurai/http-proxy-middleware
2
+ # https://www.gitpod.io/docs/config-gitpod-file
3
+
4
+ tasks :
5
+ - init : |
6
+ yarn install
7
+ yarn build
8
+ yarn test --maxWorkers=30%
9
+
10
+ github :
11
+ # https://www.gitpod.io/docs/prebuilds/#configure-prebuilds
12
+ prebuilds :
13
+ master : true
14
+ branches : true
15
+ pullRequests : true
16
+ pullRequestsFromForks : true
17
+ addCheck : true
18
+ addComment : false
19
+ addBadge : true
20
+
21
+ vscode :
22
+ extensions :
23
+ - bierner.markdown-preview-github-styles
24
+ - dbaeumer.vscode-eslint
25
+ - eamodio.gitlens
26
+ - EditorConfig.EditorConfig
27
+ - esbenp.prettier-vscode
28
+ - streetsidesoftware.code-spell-checker
29
+ - yzhang.markdown-all-in-one
Original file line number Diff line number Diff line change 9
9
" tsconfig.tsbuildinfo" ,
10
10
" package.json" ,
11
11
" yarn.lock" ,
12
+ " .gitpod.yml" ,
12
13
" *.tgz"
13
14
],
14
15
"dictionaryDefinitions" : [
You can’t perform that action at this time.
0 commit comments