1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

forceConsistentCasingInFileNames to true

This commit is contained in:
Chocobozzz 2021-08-27 16:42:17 +02:00
parent 94b13cf4b3
commit e874edd9f8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import { Server as TrackerServer } from 'bittorrent-tracker'
import express from 'express'
import { createServer } from 'http'
import proxyAddr from 'proxy-addr'
import { Server as WebSocketServer } from 'ws'
import { WebSocketServer } from 'ws'
import { Redis } from '@server/lib/redis'
import { logger } from '../helpers/logger'
import { CONFIG } from '../initializers/config'