mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update.js
This commit is contained in:
parent
3a3e38c12d
commit
a4dd677f1b
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue