deno run --compat has now been removed in favor of npm: specifiers https://deno.com/blog/v1.26#--compat-mode-removed. I am sure this consolidates a lot of code, but I am unsure how I can gain back certain functionality. For instance, I could run a solidjs template out of the box from deno with compat like so:deno run --compat --unstable --allow-env --allow-read --allow-run --allow-net node_modules/.bin/vite devdeno run --compat --unstable --allow-env --allow-read --allow-run npm:vite