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
chore: In Node.js 22 and Node.js 24 __dirname does not exist
For some reason, Node.js 22 and Node.js 24 are more strict on
whether __dirname exists. Because import.meta.dirname always
exist, and must be equal, replace at the beginning of the script.
0 commit comments