mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 20:30:06 +00:00
web: fix build for remux and remove unused import
This commit is contained in:
parent
3c2dd93841
commit
7044100aed
3 changed files with 2 additions and 4 deletions
|
@ -94,9 +94,6 @@ importers:
|
|||
'@imput/ffmpeg-core':
|
||||
specifier: ^0.0.3
|
||||
version: 0.0.3
|
||||
'@imput/ffmpeg-types':
|
||||
specifier: ^0.12.3
|
||||
version: 0.12.3
|
||||
'@imput/ffmpeg-util':
|
||||
specifier: ^0.12.1
|
||||
version: 0.12.1
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
"@fontsource-variable/noto-sans-mono": "^5.0.20",
|
||||
"@fontsource/ibm-plex-mono": "^5.0.13",
|
||||
"@imput/ffmpeg-core": "^0.0.3",
|
||||
"@imput/ffmpeg-types": "^0.12.3",
|
||||
"@imput/ffmpeg-util": "^0.12.1",
|
||||
"@imput/ffmpeg.wasm": "^0.12.11",
|
||||
"@imput/version-info": "workspace:^",
|
||||
|
|
|
@ -10,3 +10,5 @@ export function GET() {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
export const prerender = true;
|
||||
|
|
Loading…
Reference in a new issue