SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.19k stars 661 forks source link

fix: incorrect file path in Windows platform #1668

Closed destyk closed 3 months ago

destyk commented 4 months ago

When importing a custom component on the Windows platform, there was a problem with determining the path. This PR also fixes the problem with the Cyrillic alphabet in the file path.

Before: \D:\%D0%9D%D0%B8%D0%BA%D0%B8%D1%82%D0%B0\project\dist\components\photo

After: D:\Никита\project\dist\components\photo

dziraf commented 3 months ago

@destyk I'm OK with merging your PR but could you fix types since CI seems to be failing now?

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 7.8.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: