Thomas Moyse

Results 2 issues of Thomas Moyse

Related to #474 Fix `On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'`

Running micro on windows fail with ![image](https://user-images.githubusercontent.com/639759/212468495-baad8b22-6c72-4da5-a33b-7d0e5e6c3fba.png) I think it's due to the usage of `import(file)` in `handler.ts`. It should be fixed with the usage of `pathToFileURL` https://nodejs.org/api/url.html#urlpathtofileurlpath ``` import(pathToFileURL(file).href)...