mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Added fluent ffmpeg
This commit is contained in:
parent
55cba8aa5f
commit
b6a7d40863
6 changed files with 62 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { NestFactory } from '@nestjs/core';
|
||||
import { NestExpressApplication } from '@nestjs/platform-express';
|
||||
import { AppModule } from './app.module';
|
||||
import ffmpeg from 'fluent-ffmpeg';
|
||||
|
||||
async function bootstrap() {
|
||||
const app = await NestFactory.create<NestExpressApplication>(AppModule);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue