Environment
Windows :(
Reproduction
see the description
Describe the bug
when stubbing Nuxt locally on a windows platform, this result in:
Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'd:'
--> const _module = await jiti.import("D:/repo/nuxt/packages/kit/src/index.ts")
Additional context
No response
Logs