Update create.js

This commit is contained in:
Aleksandr Statciuk 2022-10-26 04:37:31 +03:00
parent 412d5764b3
commit 6a75248dd0

View file

@ -14,7 +14,6 @@ const options = program
.opts()
const CHANNELS_PATH = process.env.CHANNELS_PATH || 'sites/**/*.channels.xml'
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs'
async function main() {
logger.info('Starting...')