-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkspace.json
More file actions
21 lines (21 loc) · 732 Bytes
/
workspace.json
File metadata and controls
21 lines (21 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "./node_modules/nx/schemas/workspace-schema.json",
"version": 2,
"projects": {
"features-todo": "libs/features/todo",
"images": "libs/images",
"nextjs-app": "apps/nextjs-app",
"nextjs-app-e2e": "apps/nextjs-app-e2e",
"rn-app": "apps/rn-app",
"rn-app-e2e": "apps/rn-app-e2e",
"sdk": "libs/sdk",
"shared-apis": "libs/shared/apis",
"shared-hooks": "libs/shared/hooks",
"shared-libs": "libs/shared/libs",
"shared-stores": "libs/shared/stores",
"shared-ui-components": "libs/shared/ui-components",
"shared-utils": "libs/shared/utils",
"standalone-nextjs-app": "apps/standalone-nextjs-app",
"standalone-nextjs-app-e2e": "apps/standalone-nextjs-app-e2e"
}
}