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
No question, a feature request. I would like to include the contents of the folder including the subfolders as assets (with.files). With this command: find $FOLDER -name "*" -type f I can find all files, where $FOLDER is the directory. Unfortunately I don`t know TS, otherwise I would have opened a pull request.
Something similar to this:
find $FOLDER -name "*" -type f
The text was updated successfully, but these errors were encountered: