File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ export default {
16
16
region : env . AWS_DEFAULT_REGION || 'us-east-1' ,
17
17
} ,
18
18
19
+ hetzner : {
20
+ appId : '' ,
21
+ apiKey : '' ,
22
+ } ,
23
+
24
+ digitalOcean : {
25
+ appId : '' ,
26
+ apiKey : '' ,
27
+ } ,
28
+
19
29
algolia : {
20
30
appId : '' ,
21
31
apiKey : '' ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import type { Team } from '@stacksjs/types'
10
10
export default {
11
11
name : 'Stacks' ,
12
12
13
+ // Our group of awesome team members
13
14
members : {
14
15
chris : 'chris@stacksjs.org' ,
15
16
blake : 'blake@stacksjs.org' ,
@@ -19,5 +20,8 @@ export default {
19
20
dorell : 'dorell@stacksjs.org' ,
20
21
avery : 'avery@stacksjs.org' ,
21
22
adelino : 'adelino@stacksjs.org' ,
23
+ germaine : 'germaine@stacksjs.org' ,
24
+ harley : 'harley@stacksjs.org' ,
25
+ michael : 'michael@stacksjs.org' ,
22
26
} ,
23
27
} satisfies Team
You can’t perform that action at this time.
0 commit comments