This commit is contained in:
@@ -2,9 +2,6 @@ import express from "express";
|
||||
import ffmpeg from "fluent-ffmpeg";
|
||||
import { PassThrough } from "stream";
|
||||
import NodeCache from "node-cache";
|
||||
import ffmpegInstaller from "@ffmpeg-installer/ffmpeg";
|
||||
|
||||
ffmpeg.setFfmpegPath(ffmpegInstaller.path);
|
||||
|
||||
const app = express();
|
||||
const PORT = process.env.PORT || 3100;
|
||||
|
||||
Reference in New Issue
Block a user