-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathserve.json
More file actions
53 lines (53 loc) · 2.5 KB
/
serve.json
File metadata and controls
53 lines (53 loc) · 2.5 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
{
"cleanUrls": false,
"redirects": [
{ "source": "/", "destination": "samples/index.html" },
{
"source": "/botframework-webchat-debug-theme.development.js",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.development.js"
},
{
"source": "/botframework-webchat-debug-theme.development.js.map",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.development.js.map"
},
{
"source": "/botframework-webchat-debug-theme.production.min.js",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.production.min.js"
},
{
"source": "/botframework-webchat-debug-theme.production.min.js.map",
"destination": "packages/debug-theme/dist/botframework-webchat-debug-theme.production.min.js.map"
},
{
"source": "/botframework-webchat-fluent-theme.development.js",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.development.js"
},
{
"source": "/botframework-webchat-fluent-theme.development.js.map",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.development.js.map"
},
{
"source": "/botframework-webchat-fluent-theme.production.min.js",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.production.min.js"
},
{
"source": "/botframework-webchat-fluent-theme.production.min.js.map",
"destination": "packages/fluent-theme/dist/botframework-webchat-fluent-theme.production.min.js.map"
},
{ "source": "/directline.js", "destination": "packages/bundle/dist/directline.js" },
{
"source": "/directlinespeech.development.js",
"destination": "packages/directlinespeech/dist/directlinespeech.development.js"
},
{
"source": "/directlinespeech.production.min.js",
"destination": "packages/directlinespeech/dist/directlinespeech.production.min.js"
},
{ "source": "/webchat.js", "destination": "packages/bundle/dist/webchat.js" },
{ "source": "/webchat.js.map", "destination": "packages/bundle/dist/webchat.js.map" },
{ "source": "/webchat-es5.js", "destination": "packages/bundle/dist/webchat-es5.js" },
{ "source": "/webchat-es5.js.map", "destination": "packages/bundle/dist/webchat-es5.js.map" },
{ "source": "/webchat-minimal.js", "destination": "packages/bundle/dist/webchat-minimal.js" },
{ "source": "/webchat-minimal.js.map", "destination": "packages/bundle/dist/webchat-minimal.js.map" }
]
}