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
It would be great if lute was able to handle relative paths to each input file rather than forcing an explicit path using __dirname or path.resolve. Using fs.exists with a fallback might be a good way to do this.
The text was updated successfully, but these errors were encountered:
It would be great if lute was able to handle relative paths to each input file rather than forcing an explicit path using
__dirname
orpath.resolve
. Usingfs.exists
with a fallback might be a good way to do this.The text was updated successfully, but these errors were encountered: