mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-21 21:12:27 -05:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
const minilog = require('minilog');
|
|
minilog.enable();
|
|
|
|
module.exports = minilog('www');
|