diff --git a/packages/app/main/package.json b/packages/app/main/package.json index 5050bfcff..4781f41bf 100644 --- a/packages/app/main/package.json +++ b/packages/app/main/package.json @@ -4,7 +4,7 @@ "version": "4.1.0", "private": true, "description": "Development tool for the Microsoft Bot Framework. Allows developers to test and debug bots on localhost.", - "main": "./app/server/main.js", + "main": "./app/server/cli.js", "homepage": "https://github.com/Microsoft/BotFramework-Emulator", "scripts": { "build": "run-s lint build:electron",