filter streams with no HLS link

This commit is contained in:
2024-02-23 11:11:03 +00:00
parent 3641cadd0d
commit 364d2c272f
7 changed files with 33 additions and 40 deletions

View File

@ -52,8 +52,6 @@
"scripts": {
"start": "vite",
"build": "vite build",
"deploy": "__XXX='false' && yarn build && npx wrangler pages publish --project-name nostr-live build",
"deploy:xxzap": "__XXX='true' && yarn build && npx wrangler pages publish --project-name xxzap build",
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json"
},