5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
'use strict';
|
|
|
|
// Re-export the Storage plugin from the storage directory
|
|
module.exports = require('./storage/index');
|