-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathsymbolic-links.json
87 lines (87 loc) · 2.51 KB
/
symbolic-links.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
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
[
{
"source": "client/public",
"destination": "client-frameworks-support/client-support-angular",
"scope": "@luigi-project/client"
},
{
"source": "client-frameworks-support/testing-utilities/dist",
"destination": "client-frameworks-support/client-support-angular",
"scope": "@luigi-project/testing-utilities"
},
{
"source": "client/public",
"destination": "test/e2e-client-api-test-app",
"scope": "@luigi-project/client"
},
{
"source": "core/public",
"destination": "test/e2e-client-api-test-app",
"scope": "@luigi-project/core"
},
{
"source": "client/public",
"destination": "test/e2e-js-test-application",
"scope": "@luigi-project/client"
},
{
"source": "core/public",
"destination": "test/e2e-js-test-application",
"scope": "@luigi-project/core"
},
{
"source": "plugins/auth/public/auth-oauth2",
"destination": "test/e2e-js-test-application",
"scope": "@luigi-project/plugin-auth-oauth2"
},
{
"source": "client/public",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/client"
},
{
"source": "client-frameworks-support/client-support-angular/dist/client-support-angular",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/client-support-angular"
},
{
"source": "core/public",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/core"
},
{
"source": "plugins/auth/public/auth-oauth2",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/plugin-auth-oauth2"
},
{
"source": "plugins/auth/public/auth-oidc",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/plugin-auth-oidc"
},
{
"source": "plugins/auth/public/auth-oidc-pkce",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/plugin-auth-oidc-pkce"
},
{
"source": "client-frameworks-support/testing-utilities/dist",
"destination": "test/e2e-test-application",
"scope": "@luigi-project/testing-utilities"
},
{
"source": "client-frameworks-support/testing-utilities",
"destination": "client-frameworks-support/testing-utilities/test",
"scope": "@luigi-project/testing-utilities"
},
{
"source": "client/public",
"destination": "client-frameworks-support/testing-utilities/test",
"scope": "@luigi-project/client"
} ,
{
"source": "client/public",
"destination": "test/e2e-test-application/externalMf",
"scope": "@luigi-project/client"
}
]