feat: backend now uses ffmpeg as local package on server to convert video to audio, added package to dockerfile, naming conventions

This commit is contained in:
theoleuthardt 2025-02-22 15:25:08 +01:00
parent 95c8ba211c
commit f16661d1fd
7 changed files with 143 additions and 84 deletions

View file

@ -6,6 +6,6 @@
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
}
}