Skip to content

Commit

Permalink
add Seaside to devkit projectSet
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 30, 2023
1 parent 855a0bd commit bf23c05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projectSets/https/devkit.ston
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ GDKProjectSet {
'origin' : 'https://github.com/dalehenrich/rb.git'
}
},
'Seaside' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/SeasideSt/Seaside.git'
}
},
'zinc' : {
'revision' : 'gs_master',
'gitUrls' : {
Expand Down
6 changes: 6 additions & 0 deletions projectSets/ssh/devkit.ston
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ GDKProjectSet {
'origin' : 'git@github.com:dalehenrich/rb.git'
}
},
'Seaside' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'git@github.com:SeasideSt/Seaside.git'
}
},
'zinc' : {
'revision' : 'gs_master',
'gitUrls' : {
Expand Down

0 comments on commit bf23c05

Please sign in to comment.