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