-
Notifications
You must be signed in to change notification settings - Fork 2
/
workspace.json
43 lines (43 loc) · 1.57 KB
/
workspace.json
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
{
"$schema": "./node_modules/nx/schemas/workspace-schema.json",
"version": 2,
"projects": {
"airplane": "apps/airplane",
"analytics": "libs/analytics",
"api-interfaces": "libs/api-interfaces",
"battlepass-api": "apps/battlepass-api",
"battlepass-service": "apps/battlepass-service",
"battlepass-services": "apps/battlepass-services",
"dashboard": "apps/dashboard",
"dashboard-e2e": "apps/dashboard-e2e",
"discord-identity-bot": "apps/discord-identity-bot",
"env": "libs/env",
"event-service": "apps/event-service",
"event-service-next": "apps/event-service-next",
"event-service-next-e2e": "apps/event-service-next-e2e",
"hackform-client": "libs/hackform-client",
"hibiscus-supabase-client": "libs/hibiscus-supabase-client",
"hibiscus-supabase-context": "libs/hibiscus-supabase-context",
"hibiscus-user-context": "libs/hibiscus-user-context",
"icons": "libs/icons",
"interim": "apps/interim",
"log-server": "apps/log-server",
"metadata": "libs/metadata",
"podium": "apps/podium",
"podium-e2e": "apps/podium-e2e",
"podium-service": "apps/podium-service",
"podium-service-e2e": "apps/podium-service-e2e",
"pointr": "apps/pointr",
"recruitment": "apps/recruitment",
"sso": "apps/sso",
"sso-client": "libs/sso-client",
"sso-e2e": "apps/sso-e2e",
"styles": "libs/styles",
"supabase-auth": "apps/supabase-auth",
"types": "libs/types",
"ui": "libs/ui",
"ui-kit-2023": "libs/ui-kit-2023",
"ui-kit-2023-e2e": "apps/ui-kit-2023-e2e",
"www-2023": "apps/www-2023"
}
}