uiohook mouse integration

This commit is contained in:
Siddharth
2025-10-13 15:44:56 -07:00
parent 7428afaa6d
commit 240794b2b1
12 changed files with 1613 additions and 231 deletions
+7
View File
@@ -12,6 +12,13 @@ export default defineConfig({
main: {
// Shortcut of `build.lib.entry`.
entry: 'electron/main.ts',
vite: {
build: {
rollupOptions: {
external: ['uiohook-napi']
}
}
}
},
preload: {
// Shortcut of `build.rollupOptions.input`.