netclock/js/netclock.js

8 lines
163 B
JavaScript
Raw Normal View History

2020-09-12 10:58:38 +00:00
import '../css/netclock.scss';
import log from 'loglevel';
2020-09-12 17:51:47 +00:00
import $ from 'jquery';
2020-09-12 10:58:38 +00:00
if (process.env.LOG_LEVEL) {
log.setDefaultLevel(process.env.LOG_LEVEL);
}