mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-22 05:22:38 -05:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
|
var minilog = require('minilog');
|
||
|
minilog.enable();
|
||
|
|
||
|
module.exports = minilog('www');
|