-
Notifications
You must be signed in to change notification settings - Fork 1
/
apillon.code-workspace
145 lines (145 loc) Β· 3.34 KB
/
apillon.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"folders": [
{
"name": "π@services_access [@apillon_access]",
"path": "services/access",
},
{
"name": "π@services_monitoring [@apillon_monitoring]",
"path": "services/monitoring",
},
{
"name": "π@services_storage [@apillon_storage]",
"path": "services/storage",
},
{
"name": "π@services_mailing [@apillon_mailing]",
"path": "services/mailing",
},
{
"name": "π@services_config [@apillon_config]",
"path": "services/config",
},
{
"name": "π@services_blockchain [@apillon_blockchain]",
"path": "services/blockchain",
},
{
"name": "π@services_nfts [@apillon_nfts]",
"path": "services/nfts",
},
{
"name": "π@services_contracts [@apillon_contracts]",
"path": "services/contracts/",
},
{
"name": "π@services_referral [@apillon_referral]",
"path": "services/referral",
},
{
"name": "π@services_authentication [@apillon_authentication]",
"path": "services/authentication",
},
{
"name": "π@services_computing [@apillon_computing]",
"path": "services/computing",
},
{
"name": "π@services_social [@apillon_social]",
"path": "services/social",
},
{
"name": "π@services_infrastructure [@apillon_infrastructure]",
"path": "services/infrastructure",
},
{
"name": "π@modules_dev-console-api",
"path": "modules/dev-console-api",
},
{
"name": "π@modules_apillon-api",
"path": "modules/apillon-api",
},
{
"name": "π@modules_authentication-api",
"path": "modules/authentication-api",
},
{
"name": "π@modules_url-shortener-api",
"path": "modules/url-shortener-api",
},
{
"name": "π@modules_acurast-gw-api",
"path": "modules/acurast-gw-api",
},
{
"name": "π¦@packages_lib",
"path": "packages/lib",
},
{
"name": "π¦@packages_modules-lib",
"path": "packages/modules-lib",
},
{
"name": "π¦@packages_service-lib",
"path": "packages/service-lib",
},
{
"name": "π¦@packages_blockchain-lib",
"path": "packages/blockchain-lib",
},
{
"name": "π¦@packages_workers-lib",
"path": "packages/workers-lib",
},
{
"name": "π¦@packages_tests-lib",
"path": "packages/tests-lib",
},
{
"name": "π¨_tsconfig",
"path": "packages/tsconfig",
},
{
"name": "π¨_eslint",
"path": "packages/eslint-config-common",
},
{
"name": "π₯+Root",
"path": ".",
},
],
"settings": {
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"cSpell.words": [
"ACURAST",
"Apillon",
"ASTAR",
"Authtrail",
"endregion",
"ipns",
"LMAS",
"METABASE",
"MOONBASE",
"PHALA",
"populatable",
"rawmodel"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.serverless": true,
"**/.turbo": true,
"**/node_modules": false,
},
"nuxt.isNuxtApp": false,
},
}