tweedegolf / storage-abstraction

Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
MIT License
106 stars 18 forks source link

Local adapter still uses await-to-js dependency #5

Closed rnijveld closed 4 years ago

rnijveld commented 4 years ago

See the title ;) This causes it to not run when you use a local adapter for your storage, as it tries to import a dependency where none exists.