kysely
kysely copied to clipboard
Possible Fix to Issue #768 ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows and other posix
i was working on a solution for this bug because work on windows and deploy on linux
i tested the solution on windows and ubuntu via (vm), works fine but only if package.json type is set to "module" don't know why the cjs commonJS build don't give me the right result. i run the test on ubuntu and don't give me errors on the migration files so guess is "ok"
maybe i commit an error? check it and let me know, maybe we can fix this.