-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathworkspace.json
More file actions
21 lines (21 loc) · 880 Bytes
/
workspace.json
File metadata and controls
21 lines (21 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": 2,
"projects": {
"api": "apps/api",
"api-core-data-access": "libs/api/core/data-access",
"api-core-feature": "libs/api/core/feature",
"api-core-util": "libs/api/core/util",
"api-ecosystem-data-access": "libs/api/ecosystem/data-access",
"api-ecosystem-feature": "libs/api/ecosystem/feature",
"api-network-data-access": "libs/api/network/data-access",
"api-network-feature": "libs/api/network/feature",
"api-snowflake-data-access": "libs/api/snowflake/data-access",
"api-snowflake-feature": "libs/api/snowflake/feature",
"api-tools-data-access": "libs/api/tools/data-access",
"api-tools-feature": "libs/api/tools/feature",
"packages-circulating-supply": "libs/packages/circulating-supply",
"web": "apps/web",
"web-e2e": "apps/web-e2e"
},
"$schema": "./node_modules/nx/schemas/workspace-schema.json"
}