This commit is contained in:
Alex Emmet 2026-06-25 16:46:27 +02:00
commit 8194fff3b6
4 changed files with 93 additions and 66 deletions

View file

@ -7,4 +7,9 @@ export default defineConfig({
'mtp-wasm': path.resolve(__dirname, '../../wasm/pkg'),
},
},
server: {
fs: {
allow: ['.', path.resolve(__dirname, '../../wasm/pkg')],
},
},
});