Comment on Fresh 1.1 – Automatic JSX, plugins, DevTools, and moreparentComments−rough-sea4yhttps://deno.com/blog/fresh-1.1#experimental-denoserve-suppo...Just use --unstable to enable it.−lucacasonato4yYou also need to pass a `experimentalDenoServe: true` option in the options bag passed to `start()` in your `main.ts` file.I forgot to add this to the post initially. Have retroactively added it now :)−MarkBennett4yAre there any benchmarks with the new server yet? Would be keen to see how it compares to the existing server as benchmarking on my machine showed a significant improvement over the existing http server in stdlib.
Comments
https://deno.com/blog/fresh-1.1#experimental-denoserve-suppo...
Just use --unstable to enable it.
You also need to pass a `experimentalDenoServe: true` option in the options bag passed to `start()` in your `main.ts` file.
I forgot to add this to the post initially. Have retroactively added it now :)
Are there any benchmarks with the new server yet? Would be keen to see how it compares to the existing server as benchmarking on my machine showed a significant improvement over the existing http server in stdlib.