Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@hyper63/adapter-fs

hyper6322Apache-2.01.0.6

hyper63 storage adapter using file system

readme

hyper63 file storage adapter

This adapter uses the file system to store unstructured objects in the hyper63 service framework.

How to configure

npm install @hyper63/adapter-fs

In config

import fs from '@hyper63/adapter-fs'

export default {
  app: express,
  adapters: [
    ...
    { port: 'storage', plugins: [fs({dir: './data'})]}
  ]
}

How to use

https://purple-elephants.surge.sh

Testing

License

Apache-2.0

More information

https://github.com/hyper63/hyper63#readme