Update update.js

This commit is contained in:
Aleksandr Statciuk 2022-02-28 22:13:05 +03:00
parent 3a3e38c12d
commit a4dd677f1b

View file

@ -3,7 +3,7 @@ const { program } = require('commander')
const _ = require('lodash')
const CHANNELS_PATH = process.env.CHANNELS_PATH || 'sites/**/*.channels.xml'
const OUTPUT_DIR = process.env.OUTPUT_DIR || '.gh-pages/api'
const OUTPUT_DIR = process.env.OUTPUT_DIR || '.api'
async function main() {
let guides = []