forked from microsoft/BotFramework-WebChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserve.json
More file actions
11 lines (11 loc) · 655 Bytes
/
serve.json
File metadata and controls
11 lines (11 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
{
"cleanUrls": false,
"redirects": [
{ "source": "/", "destination": "samples/index.html" },
{ "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-minimal.js", "destination": "packages/bundle/dist/webchat-minimal.js" }
]
}