-
Notifications
You must be signed in to change notification settings - Fork 1
/
techpicks.code-workspace
60 lines (60 loc) · 1.18 KB
/
techpicks.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
{
"folders": [
{
"name": "💻 Web",
"path": "./web/client"
},
{
"name": "🖥️ Web-V2",
"path": "./web/client-v2"
},
{
"name": "🌉 Admin",
"path": "./web/admin"
},
{
"name": "📱 Mobile",
"path": "./mobile/rn-client"
},
{
"name": "⛩️ Gateway",
"path": "./bff/apollo-gateway"
},
{
"name": "🌷 GraphQL Schema",
"path": "./bff/apollo-gateway/src/schema/"
},
{
"name": "📔 Content-service",
"path": "./micro-service/content-service/"
},
{
"name": "🔖 Bookmark-service",
"path": "./micro-service/bookmark-service/"
},
{
"name": "📶 My-feed-service",
"path": "./micro-service/my-feed-service/"
},
{
"name": "💎 Favorite-service",
"path": "./micro-service/favorite-service/"
},
{
"name": "😀 User-service",
"path": "./micro-service/user-service/"
},
{
"name": "🤖 Batch-service",
"path": "./batch-service/"
},
{
"name": "⚡️ Supabase",
"path": "./supabase"
},
{
"name": "🌏 Root",
"path": "./"
}
]
}