Update PDF.js integration and dependencies (#4360)

Co-authored-by: ConnorYoh <[email protected]>
Co-authored-by: Reece Browne <[email protected]>
This commit is contained in:
Ludy
2025-09-24 13:07:27 +01:00
committed by GitHub
co-authored by ConnorYoh Reece Browne
parent 13eff6b333
commit 25bedf064f
15 changed files with 3446 additions and 64174 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitest/config'
import react from '@vitejs/plugin-react'
import react from '@vitejs/plugin-react-swc';
export default defineConfig({
plugins: [react()],
@@ -37,4 +37,4 @@ export default defineConfig({
'@': '/src'
}
}
})
})