migrate to root dir

This commit is contained in:
2025-08-08 19:26:21 +02:00
parent cf8219691b
commit 8720500442
41 changed files with 2478 additions and 4440 deletions

4
types/ffprobe-static.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "ffprobe-static" {
const value: { path: string };
export default value;
}