From feb0fd93e6b736c7d836b6eb3e7db99bc7b240d1 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Fri, 4 Apr 2025 23:19:35 +0200 Subject: [PATCH] Update vite.config.js Co-authored-by: Robin --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 1fcc42a2..590f3c16 100644 --- a/vite.config.js +++ b/vite.config.js @@ -70,7 +70,7 @@ export default defineConfig(({ mode, packageType }) => { // crypto (which could reside anywhere on their file system), Vite // needs to be told to recognize it as a legitimate file access. const allow = [searchForWorkspaceRoot(process.cwd())]; - for (path of [ + for (const path of [ "node_modules/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm", "node_modules/@matrix-org/matrix-sdk-crypto-wasm", ]) {