1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Also decache config

This commit is contained in:
Chocobozzz 2021-04-09 09:37:46 +02:00
parent 09d535ef98
commit bae9303726
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 21 additions and 12 deletions

View file

@ -1,3 +1,4 @@
import decache from 'decache'
import * as express from 'express'
import { createReadStream, createWriteStream } from 'fs'
import { outputFile, readJSON } from 'fs-extra'
@ -23,8 +24,6 @@ import { ClientHtml } from '../client-html'
import { RegisterHelpers } from './register-helpers'
import { installNpmPlugin, installNpmPluginFromDisk, removeNpmPlugin } from './yarn'
const decache = require('decache')
export interface RegisteredPlugin {
npmName: string
name: string