GUI-STUDIO commited on
Commit ·
ed84f29
1
Parent(s): 0f454b6
changes
Browse files- package.json +1 -0
- src/lib/ffmpeg.ts +0 -1
- src/sub-router/ffmpeg.ts +0 -1
package.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
"@chneau/elysia-logger": "^1.0.10",
|
| 17 |
"@elysiajs/cors": "^1.4.1",
|
| 18 |
"@emotion/css": "^11.13.5",
|
|
|
|
| 19 |
"axios": "^1.13.5",
|
| 20 |
"devalue": "^5.6.3",
|
| 21 |
"elysia": "latest",
|
|
|
|
| 16 |
"@chneau/elysia-logger": "^1.0.10",
|
| 17 |
"@elysiajs/cors": "^1.4.1",
|
| 18 |
"@emotion/css": "^11.13.5",
|
| 19 |
+
"@sinclair/typebox": "^0.34.48",
|
| 20 |
"axios": "^1.13.5",
|
| 21 |
"devalue": "^5.6.3",
|
| 22 |
"elysia": "latest",
|
src/lib/ffmpeg.ts
CHANGED
|
@@ -7,7 +7,6 @@ import { T_Probe } from "./types";
|
|
| 7 |
import { NS_misc } from "./misc";
|
| 8 |
import { NS_promise } from "./promise";
|
| 9 |
import { NS_error } from "./error";
|
| 10 |
-
import { is } from "cheerio/dist/commonjs/api/traversing";
|
| 11 |
|
| 12 |
const APP_ENV = process.env.APP_ENV;
|
| 13 |
const FFMPEG_V = process.env.FFMPEG_V;
|
|
|
|
| 7 |
import { NS_misc } from "./misc";
|
| 8 |
import { NS_promise } from "./promise";
|
| 9 |
import { NS_error } from "./error";
|
|
|
|
| 10 |
|
| 11 |
const APP_ENV = process.env.APP_ENV;
|
| 12 |
const FFMPEG_V = process.env.FFMPEG_V;
|
src/sub-router/ffmpeg.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { Subprocess } from "bun";
|
|
| 8 |
import { PassThrough, Readable, Writable } from "stream";
|
| 9 |
import { NS_ffmpeg } from "../lib/ffmpeg";
|
| 10 |
import * as devalue from "devalue";
|
| 11 |
-
import { is } from "cheerio/dist/commonjs/api/traversing";
|
| 12 |
import axios from "axios";
|
| 13 |
import https from "https";
|
| 14 |
|
|
|
|
| 8 |
import { PassThrough, Readable, Writable } from "stream";
|
| 9 |
import { NS_ffmpeg } from "../lib/ffmpeg";
|
| 10 |
import * as devalue from "devalue";
|
|
|
|
| 11 |
import axios from "axios";
|
| 12 |
import https from "https";
|
| 13 |
|