Files
mc-bot-town-2/nodejs/controller/storage.js
2026-01-31 22:34:20 -05:00

5 lines
119 B
JavaScript

'use strict';
// Re-export the Storage plugin from the storage directory
module.exports = require('./storage/index');