UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

10 lines 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultStorageConfig = { storageDir: 'storage', secure: true, authorize: false, limits: null, maxUploadCount: 5 }; //# sourceMappingURL=config.js.map