forked from microsoft/BotFramework-WebChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserve.json
13 lines (13 loc) · 843 Bytes
/
serve.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"cleanUrls": false,
"redirects": [
{ "source": "/", "destination": "samples/index.html" },
{ "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-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" }
]
}