Skip to content

Devserver bugfixes

Latest
Compare
Choose a tag to compare
@fanderzon fanderzon released this 22 Sep 07:51
· 3 commits to master since this release

The path property the devserver sends to the Lambda handler was erroneously derived from originalUrl which meant the path would include URL query parameters, thanks to @westmark for finding and fixing this! 👍

The CLI options you can pass onto Node.js when starting the devserver with lambdasync devserver are now whitelisted. The full list of options you can use is:

  • -r
  • --inspect
  • --inspect-brk
  • --inspect-port
  • --trace-sync-io
  • --preserve-symlinks
  • --icu-data-dir