Opening non-default browser with lite-server in angular2 quick start guide

前端 未结 7 1310
庸人自扰
庸人自扰 2021-02-05 08:14

Having followed the TypeScript version of the Angular 2 Quick Start guide, I was wondering if it is possible, and if so how to configure the lite-server to launch a browser othe

7条回答
  •  面向向阳花
    2021-02-05 08:27

    For MacOS, I had to use the case sensitive value in the "bs-config.json" file:

    {
      "browser": "Google Chrome"
    }
    

提交回复
热议问题