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:
parent
405d1f6789
commit
c14333c540
6 changed files with 0 additions and 19 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue