s-KaiNet / spfx-fast-serve

Improve your SharePoint Framework development flow by speeding up the "serve" command :rocket:
MIT License
135 stars 11 forks source link

Serve configuration url not shown in the console #63

Closed stevebeauge closed 2 years ago

stevebeauge commented 2 years ago

Hi,

This #59 solution is working as expected, but a small issue remains:

The console doesn't show the actual url. It's still show ?debug=true&noredir=true&debugManifestsFile=https://localhost:4321/temp/manifests.js.

This make more difficult to open the page in non default browser. Maybe it should show the actual url ?

Site note : maybe --config parameter of fast-serve should be set to default as default. This would follow any serve.json configuration bootstrapped by the yeoman generator by default.

Thanks

stevebeauge commented 2 years ago

Moved to https://github.com/s-KaiNet/spfx-fast-serve-helpers/issues/2