ynwd

Results 14 comments of ynwd

> @ynwd Why was the `configPath` argument needed? > > The aliasing works too, although it's a bit more verbose than marking modules as external. The plugin requires it to...

```ts await Deno.serve(() => new Response("Hello World!")); ``` ``` deno run -A --unstable --watch main.ts ``` ``` Watcher File change detected! Restarting! error: Uncaught (in promise) AddrInUse: Address already in...

please not that : `react-bootstrap-tab` ---> https://esm.sh/v132/[email protected]/Tab?de ``` "react-bootstrap-tab": "https://esm.sh/v132/[email protected]/Tab?dev" ```

> On Windows with deno `v1.45.4` Trying to generate starter project by running command from docs: > > ```powershell > deno run -A -r https://fastro.deno.dev > ``` > > Failed...