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:
parent
94b13cf4b3
commit
e874edd9f8
3 changed files with 5 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue