forked from novuhq/novu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
novu.code-workspace
117 lines (117 loc) · 2.44 KB
/
novu.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
114
115
116
117
{
"folders": [
{
"name": "✨ novu root",
"path": "."
},
{
"name": "🚀 @novu/api",
"path": "apps/api"
},
{
"name": "🚀 @novu/worker",
"path": "apps/worker"
},
{
"name": "🚀 @novu/web",
"path": "apps/web"
},
{
"name": "🚀 @novu/ws",
"path": "apps/ws"
},
{
"name": "🚀 @novu/webhook",
"path": "apps/webhook"
},
{
"name": "🚀 @novu/widget",
"path": "apps/widget"
},
{
"name": "📦 @novu/dal",
"path": "libs/dal"
},
{
"name": "📦 @novu/design-system",
"path": "libs/design-system"
},
{
"name": "📦 @novu/embed",
"path": "libs/embed"
},
{
"name": "📦 @novu/novui",
"path": "libs/novui"
},
{
"name": "📦 @novu/cli",
"path": "packages/cli"
},
{
"name": "📦 @novu/client",
"path": "packages/client"
},
{
"name": "📦 @novu/headless",
"path": "packages/headless"
},
{
"name": "📦 @novu/shared",
"path": "libs/shared"
},
{
"name": "📦 @novu/testing",
"path": "libs/testing"
},
{
"name": "📦 @novu/stateless",
"path": "packages/stateless"
},
{
"name": "📦 @novu/node",
"path": "packages/node"
},
{
"name": "📦 @novu/notification-center",
"path": "packages/notification-center"
},
{
"name": "📦 @novu/notification-center-vue",
"path": "packages/notification-center-vue"
},
{
"name": "📦 @novu/notification-center-angular",
"path": "packages/notification-center-angular"
},
{
"name": "📦 @novu/react-native",
"path": "packages/react-native"
},
{
"name": "📦 @novu/application-generic",
"path": "packages/application-generic"
},
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"cSpell.words": [
"Chainable",
"usecases"
],
"vsicons.presets.nestjs": true
},
"extensions": {
"recommendations": [
"folke.vscode-monorepo-workspace",
"seatonjiang.gitmoji-vscode",
"jondot.vscode-hygen",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
}