flecks/packages/core/build/flecks.bootstrap.js
2024-01-22 09:38:45 -06:00

15 lines
277 B
JavaScript

const {inspect: {defaultOptions}} = require('util');
defaultOptions.breakLength = 160;
defaultOptions.compact = 6;
defaultOptions.sorted = true;
exports.hooks = {
'@flecks/core.config': () => ({
/**
* The ID of your application.
*/
id: 'flecks',
}),
};