mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-08 01:00:31 +03:00
c
This commit is contained in:
2
app.js
2
app.js
@@ -5,7 +5,7 @@ const path = require('path');
|
||||
/* */
|
||||
const {createLogger, format, transports} = require('winston');
|
||||
const {combine, timestamp, printf} = format;
|
||||
var nullTransport = require('winston-null');
|
||||
const {NullTransport: nullTransport} = require('winston-null');
|
||||
/* express and https */
|
||||
const ejs = require('ejs');
|
||||
const express = require('express');
|
||||
|
Reference in New Issue
Block a user