Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 418ad14

Browse files
committed
feat(build): pass --debug arg to tauri
1 parent 0d20899 commit 418ad14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ module.exports = (api, options) => {
8888
// Has to be a string, value doesn't matter
8989
devPath: '',
9090
distDir: '../dist_tauri/bundled'
91-
}
91+
},
92+
ctx: { debug: args.debug }
9293
})
9394
}
9495
)

0 commit comments

Comments
 (0)