Closed mattvr closed 9 months ago
Hmm, yes it appears the Deno team deprecated --unstable
in 1.40.
You'll need --unstable-worker-options to run serve
in the default mode (permissionless isolate for sandboxing and hot-reloading).
That should be it - I'll update the docs.
The documentation says to install with
--unstable
, but as of Deno 1.40 this now results in a warning upon each use.I installed without
--unstable
and it seems to be working OK, which unstable features are used exactly? Couldn't determine in a quick perusal. (Deno reference and available flags here: https://docs.deno.com/runtime/manual/tools/unstable_flags)