web: fix build for remux and remove unused import

This commit is contained in:
dumbmoron 2024-08-10 11:45:08 +00:00
parent 3c2dd93841
commit 7044100aed
No known key found for this signature in database
3 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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:^",

View file

@ -10,3 +10,5 @@ export function GET() {
}
})
}
export const prerender = true;