feat: convert uploaded OGG to MP3 via ffmpeg
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m4s

This commit is contained in:
2026-06-15 01:25:50 +03:00
parent e158467c76
commit 19d7a161c7
5 changed files with 70 additions and 20 deletions

3
.gitignore vendored
View File

@@ -35,6 +35,9 @@ yarn-error.log*
/data/*.db-wal
/data/*.db-shm
# uploads (user content)
/public/uploads/
# env files (can opt-in for committing if needed)
.env*