-
Notifications
You must be signed in to change notification settings - Fork 450
v10 broken on windows #474
Copy link
Copy link
Open
Description
Running micro on windows fail with
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)
Thanks for your work on this package !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
