Closed ai closed 2 months ago
In many scripts of scripts/ and web/scripts/ we use a lot of JS code to walk through the folders.
scripts/
web/scripts/
We can make code simpler by moving to glob. In Node.js there is native glob so we don’t need library for that.
In many scripts of
scripts/
andweb/scripts/
we use a lot of JS code to walk through the folders.We can make code simpler by moving to glob. In Node.js there is native glob so we don’t need library for that.