forked from microsoft/BotFramework-WebChat
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserve-test.json
More file actions
167 lines (167 loc) · 5.3 KB
/
serve-test.json
File metadata and controls
167 lines (167 loc) · 5.3 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"headers": [
{
"source": "*",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache no-store no-transform"
}
]
}
],
"rewrites": [
{
"source": "/assets/custom-element/:name.ce",
"destination": "__tests__/assets/custom-element/:name.ce.html"
},
{
"source": "/assets/:filename",
"destination": "__tests__/assets/:filename"
},
{
"source": "/assets/:path/:filename",
"destination": "__tests__/assets/:path/:filename"
},
{
"source": "/assets/:path1/:path2/:filename",
"destination": "__tests__/assets/:path1/:path2/:filename"
},
{
"source": "/assets/transcripts/:filename",
"destination": "__tests__/assets/transcripts/:filename"
},
{
"source": "/__dist__/botframework-webchat-debug-theme.development.js",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.development.js"
},
{
"source": "/__dist__/botframework-webchat-debug-theme.development.js.map",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.development.js.map"
},
{
"source": "/__dist__/botframework-webchat-debug-theme.production.min.js",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.production.min.js"
},
{
"source": "/__dist__/botframework-webchat-debug-theme.production.min.js.map",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.production.min.js.map"
},
{
"source": "/__dist__/botframework-webchat-fluent-theme.development.js",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.development.js"
},
{
"source": "/__dist__/botframework-webchat-fluent-theme.development.js.map",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.development.js.map"
},
{
"source": "/__dist__/botframework-webchat-fluent-theme.production.min.js",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.production.min.js"
},
{
"source": "/__dist__/botframework-webchat-fluent-theme.production.min.js.map",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.production.min.js.map"
},
{
"source": "/__dist__/webchat.js",
"destination": "packages/bundle/dist/webchat.js"
},
{
"source": "/__dist__/webchat.js.map",
"destination": "packages/bundle/dist/webchat.js.map"
},
{
"source": "/__dist__/webchat-es5.js",
"destination": "packages/bundle/dist/webchat-es5.js"
},
{
"source": "/__dist__/webchat-es5.js.map",
"destination": "packages/bundle/dist/webchat-es5.js/map"
},
{
"source": "/__dist__/webchat-minimal.js",
"destination": "packages/bundle/dist/webchat-minimal.js"
},
{
"source": "/__dist__/webchat-minimal.js.map",
"destination": "packages/bundle/dist/webchat-minimal.js.map"
},
{
"source": "/__dist__/packages/bundle/static/:filename",
"destination": "packages/bundle/static/:filename"
},
{
"source": "/__dist__/packages/bundle/static/:dirname/:filename",
"destination": "packages/bundle/static/:dirname/:filename"
},
{
"source": "/__dist__/packages/fluent-theme/static/:filename",
"destination": "packages/fluent-theme/static/:filename"
},
{
"source": "/__dist__/packages/fluent-theme/static/:dirname/:filename",
"destination": "packages/fluent-theme/static/:dirname/:filename"
},
{
"source": "/__dist__/packages/test/test-assets/out/:filename",
"destination": "packages/test/test-assets/out/:filename"
},
{
"source": "/__dist__/packages/test/test-assets/out/@fluentui/:filename",
"destination": "packages/test/test-assets/out/@fluentui/:filename"
},
{
"source": "/__dist__/packages/test/test-assets/out/:dirname/:filename",
"destination": "packages/test/test-assets/out/:dirname/:filename"
},
{
"source": "/test-harness.js",
"destination": "packages/test/harness/dist/test-harness.js"
},
{
"source": "/test-harness.js.map",
"destination": "packages/test/harness/dist/test-harness.js.map"
},
{
"source": "/test-harness.mjs",
"destination": "packages/test/harness/dist/test-harness.mjs"
},
{
"source": "/test-harness.mjs.map",
"destination": "packages/test/harness/dist/test-harness.mjs.map"
},
{
"source": "/test-page-object.js",
"destination": "packages/test/page-object/dist/test-page-object.js"
},
{
"source": "/test-page-object.js.map",
"destination": "packages/test/page-object/dist/test-page-object.js.map"
},
{
"source": "/test-page-object.mjs",
"destination": "packages/test/page-object/dist/test-page-object.mjs"
},
{
"source": "/test-page-object.mjs.map",
"destination": "packages/test/page-object/dist/test-page-object.mjs.map"
},
{
"source": "/",
"destination": "__tests__/html2"
}
],
"unlisted": [
"/__image_snapshots__",
"/**/.git*",
"/**/*.css",
"/**/*.ico",
"/**/*.js",
"/**/*.json",
"/**/*.map",
"/**/*.png",
"/**/*.ts",
"/**/*.tsx"
]
}