mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-13 01:28:35 -05:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
/* exported less */
|
|
var less = {
|
|
logLevel: 4,
|
|
errorReporting: 'console'
|
|
}; |