lcasdev
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
25 replies
No Auto Complete Suggestions for `@/` Alias in Deno with VSCode
This is not implemented yet unfortunately - you can follow https://github.com/denoland/deno/issues/13621
4 replies
Serving static website
@LuckyCoder you can use https://deno.land/std@0.208.0/http/file_server.ts?s=serveDir to serve an entire directory of files
6 replies