Skip to content

Commit

Permalink
Update web-streams-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed Jan 5, 2025
1 parent e5fedc6 commit 6775db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ services:
- 3478:3478/udp
- 5349:5349
- 5349:5349/udp
- 49152-65535:49152-65535/udp
- 60000-60128:60000-60128/udp
environment:
- DETECT_EXTERNAL_IP=yes
- DETECT_RELAY_IP=yes
command: -n --log-file=stdout --redis-userdb="ip=redis connect_timeout=30"
command: -n --log-file=stdout --redis-userdb="ip=redis connect_timeout=30" --min-port=60000 --max-port=60128
networks:
- filepizza
filepizza:
Expand Down
2 changes: 1 addition & 1 deletion src/utils/download.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createZipStream } from '../zip-stream'

// eslint-disable-next-line @typescript-eslint/no-require-imports
if (typeof window !== 'undefined') require('web-streams-polyfill/ponyfill')
if (typeof window !== 'undefined') require('web-streams-polyfill/polyfill')

const streamSaver =
// eslint-disable-next-line @typescript-eslint/no-require-imports
Expand Down

0 comments on commit 6775db3

Please sign in to comment.