Arthur944

Results 3 issues of Arthur944

## Potential solution I was able to get this to work by adding { root: '.' } in previewServer.mjs to the createServer call ![image](https://github.com/nvh95/vitest-preview/assets/26466294/7d3c5ac8-6a1e-4e48-8bf9-38542874d94b) ## Describe the bug Hot reload...

bug

At the moment things like `toHiragana("ホー")` get converted to `"ほー"`. It would be better if they were converted to things like ほう instead. I wrote a wrapper around `toHiragana` that...

Problem: When using a monorepo with yarn pnp, the auto import code action never lists options for other packages within the monorepo. Here's a rerpoduction repository: https://github.com/Arthur944/typescript-tools-repro (This happened on...