Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Daniel Lockyer bd6a295674 Refactored to more efficient fs call for reading packages
- we don't need to do both a `fs.readdir` and a `fs.stat` because
  `fs.readdir` has the `withFileTypes` which returns the directory entry
  info and so this avoids an extra stat syscall
2022-03-28 11:31:45 +01:00
ghost Refactored to more efficient fs call for reading packages 2022-03-28 11:31:45 +01:00