WASM
This commit is contained in:
parent
ade0c3cde4
commit
298253d6fa
31 changed files with 2899 additions and 276 deletions
10
example-usage/web-client/vite.config.ts
Normal file
10
example-usage/web-client/vite.config.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import path from 'path';
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'mtp-wasm': path.resolve(__dirname, '../../wasm/pkg'),
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Reference in a new issue