UNPKG

strapi-plugin-import-export-entries

Version:

Import/Export data from and to your database in just few clicks.

16 lines (15 loc) 419 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = { default: { /** * Public hostname of the server. */ serverPublicHostname: '', }, validator: ({ serverPublicHostname } = {}) => { if (typeof serverPublicHostname !== 'string') { throw new Error('serverPublicHostname has to be a string.'); } }, };