From b1a47b088f14a571bb85a5fdaa7412c47d733678 Mon Sep 17 00:00:00 2001 From: Peter Wagenet Date: Wed, 7 Oct 2020 11:43:56 -0700 Subject: [PATCH] Update README.md See https://github.com/ember-cli/ember-cli/issues/2903 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8770208f4..4bbc93b10 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ $ PORT=8000 node server.js This will start an HTTP server on port 8000. To stop the server, type `Ctrl-C`. +NOTE: If you want to continue running `ember serve` in development, name the file `fastboot-server.js` instead. + ## Application Builds When you build an Ember.js app via `ember build`, it will build the app @@ -242,4 +244,4 @@ let server = new FastBootAppServer({ ### Twitter and LinkedIn -As of 2019-06-06, Twitter and LinkedIn's scrapers have a hard time extracting your site's metadata for sharing if `chunkedResponse` is set to `true` in your `server.js` file. Set `chunkedResponse: false` if your meta tags are in place but the [Twitter card validator](https://cards-dev.twitter.com/validator) shows "Card not found" or [LinkedIn's Post Inspector](https://www.linkedin.com/post-inspector/) shows a 500 error. \ No newline at end of file +As of 2019-06-06, Twitter and LinkedIn's scrapers have a hard time extracting your site's metadata for sharing if `chunkedResponse` is set to `true` in your `server.js` file. Set `chunkedResponse: false` if your meta tags are in place but the [Twitter card validator](https://cards-dev.twitter.com/validator) shows "Card not found" or [LinkedIn's Post Inspector](https://www.linkedin.com/post-inspector/) shows a 500 error.