Merge pull request #252 from kondr1/gitpod

Config for working with repo use gitpod [ci skip]
This commit is contained in:
Ferdinand Mütsch 2021-09-09 12:22:47 +02:00 committed by GitHub
commit 265080453a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- before: printf "\n[settings]\napi_key = $WAKA_TIME_API_KEY\napi_url = $WAKA_TIME_API_URL\n" > ~/.wakatime.cfg
ports:
- port: 3000
visibility: public