flecks/packages/core/build/flecks.bootstrap.js

15 lines
277 B
JavaScript
Raw Normal View History

2024-01-22 09:16:07 -06:00
const {inspect: {defaultOptions}} = require('util');
2024-01-16 00:28:20 -06:00
2024-01-22 09:16:07 -06:00
defaultOptions.breakLength = 160;
defaultOptions.compact = 6;
defaultOptions.sorted = true;
2024-01-16 00:28:20 -06:00
exports.hooks = {
'@flecks/core.config': () => ({
/**
* The ID of your application.
*/
id: 'flecks',
}),
};