Update scripts

This commit is contained in:
freearhey
2025-07-30 19:57:31 +03:00
parent edc1df700e
commit acc120b794
15 changed files with 17 additions and 29 deletions

View File

@@ -8,3 +8,4 @@ export const LOGS_DIR = process.env.LOGS_DIR || './temp/logs'
export const TESTING = process.env.NODE_ENV === 'test' ? true : false
export const OWNER = 'iptv-org'
export const REPO = 'iptv'
export const EOL = '\r\n'