import path from 'path';
const ORBIT_DIRECTORY_DEFAULT = path.join(__dirname, '..', 'orbitdb');
export default ORBIT_DIRECTORY_DEFAULT;