refactor: fix dynamic tooltip resizing and split autocomplete into SPR modules

This commit is contained in:
CREDO23 2026-04-02 20:19:16 +02:00
parent 6899134a20
commit 9c1d9357c4
12 changed files with 326 additions and 193 deletions

View file

@ -104,7 +104,7 @@ async function buildElectron() {
bundle: true,
platform: 'node',
target: 'node18',
external: ['electron', 'uiohook-napi', 'node-mac-permissions'],
external: ['electron', 'uiohook-napi', 'node-mac-permissions', 'bindings', 'file-uri-to-path'],
sourcemap: true,
minify: false,
define: {