This release of Sails merged a PR that fixed the logic for displaying the local dev server URL when you run sails lift
in development mode.
Prior to this release, running sails lift
in development mode will display the port for the local dev server - usually 1337
.
This made the developer manually type in http://localhost:1337
in their browser to see their Sails application.
We wanted to improve this experience and 1.5.6
fixed that by displaying the local dev server URL to your local Sails application when you run sails lift
.
You can now copy or click on the URL to open up your Sails application in your browser.
Note, the local dev server URL will only be displayed when you are running your Sails application in development mode.
You can check out the Whatβs new in Sails 1.5.6 screencast on YouTube.
Also see the full changelog on GitHub.
β Upgrading
To upgrade to Sails 1.5.6, run:
npm i sails@latest