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:
parent
09d535ef98
commit
bae9303726
3 changed files with 21 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue