mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-21 04:52:30 -05:00
590f505a61
This reverts commit1b1b396e92
, reversing changes made toa144bab0e6
.
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
const minilog = require('minilog');
|
|
minilog.enable();
|
|
|
|
module.exports = minilog('www');
|