You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
refactor: replace script element lookup with import.meta.url
The change removes the need to query for script elements in the DOM by using import.meta.url directly, which is more reliable in module contexts. This simplifies the code and improves maintainability.
0 commit comments