mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Create /tmp directory
This commit is contained in:
parent
3f5b98de81
commit
fa47e80a8f
5 changed files with 4 additions and 6 deletions
|
@ -4,7 +4,7 @@ const logger = require('./logger')
|
|||
const file = require('./file')
|
||||
|
||||
const PUBLIC_DIR = process.env.PUBLIC_DIR || '.gh-pages'
|
||||
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/generators'
|
||||
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/tmp/logs/generators'
|
||||
|
||||
const generator = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue