This PR uses pathe instead of the built-in path module from Node.js to handle the different file separators between Windows and other operating systems.
I tested it, and works, it's only a draft because I'm not sure you want to add another dependency to the project, even if it is only a dev dependency.
Resolves #2492
This PR uses pathe instead of the built-in path module from Node.js to handle the different file separators between Windows and other operating systems.
I tested it, and works, it's only a draft because I'm not sure you want to add another dependency to the project, even if it is only a dev dependency.