1.0.6 • Published 3 years ago

@hyper63/adapter-fs v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago