1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-07-30 16:37:46 +00:00

remove libolm related code (#2300)

This commit is contained in:
Ajay Bura 2025-03-31 19:10:24 +11:00 committed by GitHub
parent 405d1f6789
commit c14333c540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 19 deletions

View file

@ -11,10 +11,6 @@ import buildConfig from './build.config';
const copyFiles = {
targets: [
{
src: 'node_modules/@matrix-org/olm/olm.wasm',
dest: '',
},
{
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
dest: '',
@ -50,12 +46,6 @@ export default defineConfig({
server: {
port: 8080,
host: true,
proxy: {
'^\\/.*?\\/olm\\.wasm$': {
target: 'http://localhost:8080',
rewrite: () => '/olm.wasm',
},
},
},
plugins: [
topLevelAwait({