-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcore.code-workspace
113 lines (113 loc) · 2.46 KB
/
core.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"folders": [
{
"name": "✨ root",
"path": "."
},
{
"name": "📦 @microfleet/core",
"path": "packages/core"
},
{
"name": "📦 @microfleet/core-types",
"path": "packages/core-types"
},
{
"name": "📦 @microfleet/plugin-amqp",
"path": "packages/plugin-amqp"
},
{
"name": "📦 @microfleet/plugin-aws-elasticsearch",
"path": "packages/plugin-aws-elasticsearch"
},
{
"name": "📦 @microfleet/plugin-consul",
"path": "packages/plugin-consul"
},
{
"name": "📦 @microfleet/plugin-couchdb",
"path": "packages/plugin-couchdb"
},
{
"name": "📦 @microfleet/plugin-dlock",
"path": "packages/plugin-dlock"
},
{
"name": "📦 @microfleet/plugin-elasticsearch",
"path": "packages/plugin-elasticsearch"
},
{
"name": "🚀 @microfleet/plugin-hapi",
"path": "packages/plugin-hapi"
},
{
"name": "📦 @microfleet/plugin-kafka",
"path": "packages/plugin-kafka"
},
{
"name": "📦 @microfleet/plugin-kafka-types",
"path": "packages/plugin-kafka-types"
},
{
"name": "📦 @microfleet/plugin-knex",
"path": "packages/plugin-knex"
},
{
"name": "📦 @microfleet/plugin-logger",
"path": "packages/plugin-logger"
},
{
"name": "📦 @microfleet/plugin-prometheus",
"path": "packages/plugin-prometheus"
},
{
"name": "📦 @microfleet/plugin-redis-cluster",
"path": "packages/plugin-redis-cluster"
},
{
"name": "📦 @microfleet/plugin-redis-core",
"path": "packages/plugin-redis-core"
},
{
"name": "📦 @microfleet/plugin-redis-sentinel",
"path": "packages/plugin-redis-sentinel"
},
{
"name": "📦 @microfleet/plugin-router",
"path": "packages/plugin-router"
},
{
"name": "📦 @microfleet/plugin-router-amqp",
"path": "packages/plugin-router-amqp"
},
{
"name": "🚀 @microfleet/plugin-router-hapi",
"path": "packages/plugin-router-hapi"
},
{
"name": "📦 @microfleet/plugin-router-socketio",
"path": "packages/plugin-router-socketio"
},
{
"name": "📦 @microfleet/plugin-socketio",
"path": "packages/plugin-socketio"
},
{
"name": "📦 @microfleet/plugin-validator",
"path": "packages/plugin-validator"
},
{
"name": "📦 @microfleet/utils",
"path": "packages/utils"
},
{
"name": "📦 @microfleet/plugin-casl",
"path": "packages/plugin-casl"
},
{
"name": "📦 @microfleet/plugin-signed-request",
"path": "packages/plugin-signed-request"
}
],
"settings": {}
}