Skip to content

Commit 0f9076a

Browse files
authored
Update teams-auto-attendant-javascript.md
1 parent b2f6437 commit 0f9076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-auto-attendant/teams-auto-attendant-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ const CopyPlugin = require("copy-webpack-plugin");
401401

402402
module.exports = {
403403
mode: 'development',
404-
entry: './index.js',
404+
entry: './client.js',
405405
output: {
406406
filename: 'main.js',
407407
path: path.resolve(__dirname, 'dist'),

0 commit comments

Comments
 (0)