UNPKG

whaler

Version:

Define and run multi-container applications with Docker

7 lines (4 loc) 141 B
'use strict'; const Storage = require('../lib/storage'); const storage = new Storage(Storage.FileSystemAdapter); module.exports = storage;