@hyper63/adapter-fs
v1.0.6
Published
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-fsIn 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
