LocalFileSystem read data and require mylibs in local npm

Sorry to ask, probably it’s a recurring question, but I’m using some files on my filesystem I’d like to use RunKit to require files com my pc, locally.

Sometimes, loading csv files and data are important when they are huge, so, probably loading them locally and running them in local nodejs/npm version should be the best option.

Also, requiring local packages helps us developers to buildup and test our LIB’s with help of RunKit.
When using tools to automate, like selenium or taiko, we can’t run these on RunKit cloud, we need them running locally, adding RunKit on top of these tools, would be amazing.

Oh, yeah, I love RunKit! amazing work.

Cheers.