forked from microsoft/BotFramework-WebChat
-
Notifications
You must be signed in to change notification settings - Fork 4
/
serve.json
37 lines (37 loc) · 1.78 KB
/
serve.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
{
"cleanUrls": false,
"redirects": [
{ "source": "/", "destination": "samples/index.html" },
{
"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" }
]
}