mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-01 12:34:36 +01:00
use re-exported waila
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import initWaila, { PaymentParams } from "@mutinywallet/waila-wasm";
|
||||
import { PaymentParams } from "@mutinywallet/mutiny-wasm";
|
||||
|
||||
import { Result } from "~/utils";
|
||||
|
||||
// Make sure we've initialzied waila before we try to use it
|
||||
await initWaila();
|
||||
|
||||
export type ParsedParams = {
|
||||
original: string;
|
||||
address?: string;
|
||||
|
||||
@@ -71,7 +71,7 @@ export default defineConfig({
|
||||
"@capacitor/toast"
|
||||
],
|
||||
// This is necessary because otherwise `vite dev` can't find the wasm
|
||||
exclude: ["@mutinywallet/mutiny-wasm", "@mutinywallet/waila-wasm"]
|
||||
exclude: ["@mutinywallet/mutiny-wasm"]
|
||||
},
|
||||
css: {
|
||||
postcss: {
|
||||
|
||||
Reference in New Issue
Block a user