blobby-fs

A FileSystem storage client for Blobby

Usage no npm install needed!

<script type="module">
  import blobbyFs from 'https://cdn.skypack.dev/blobby-fs';
</script>

README

blobby-fs

A FileSystem storage client for Blobby.

Options

# config/local.json5
{
  storage: {
    app: {
      options: {
        path: '/my/storage/path'
      }
    }
  }
}
Option Type Default Desc
path string (required) File system path to store files