@j0nnyboi/amman
Version:
A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.
24 lines • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_STORAGE_CONFIG = exports.ContentTypes = void 0;
const amman_client_1 = require("@j0nnyboi/amman-client");
exports.ContentTypes = [
'image/jpeg',
'image/png',
'image/gif',
'image/bmp',
'image/svg+xml',
'image/webp',
'image/x-icon',
];
/**
* The Default Amman Storage Configuration
*
* @category config
*/
exports.DEFAULT_STORAGE_CONFIG = {
enabled: process.env.CI == null,
storageId: amman_client_1.AMMAN_DEFAULT_MOCK_STORAGE_ID,
clearOnStart: true,
};
//# sourceMappingURL=types.js.map