File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # This configuration file was automatically generated by Gitpod.
2+ # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+ # and commit this file to your remote git repository to share the goodness with others.
4+
5+ tasks :
6+ - init : npm i && npm run build
7+ command : npm run dev
8+
9+ # List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
10+ ports :
11+ - port : 3000
12+ onOpen : open-preview
13+
14+ github :
15+ prebuilds :
16+ addBadge : true
17+ addComment : false
18+ addCheck : true
19+ master : true
20+ branches : true
21+ pullRequestsFromForks : true
Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ Default.args = {
2323 { name : 'twitter' , link : 'https://www.twitter.com' } ,
2424 ] ,
2525 themes : [ 'theme1' , 'theme2' ] ,
26+ startTime : '12:00' ,
2627 } ,
2728} ;
You can’t perform that action at this time.
0 commit comments