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

@@ -1,8 +1,7 @@
import { Collection, Storage, File, type Dictionary } from '@freearhey/core'
import { Stream, Playlist } from '../models'
import { PUBLIC_DIR } from '../constants'
import { PUBLIC_DIR, EOL } from '../constants'
import { Generator } from './generator'
import { EOL } from 'node:os'
type SourcesGeneratorProps = {
streams: Collection