Skip to content

Commit ace014c

Browse files
committed
improve optimiser and move around code to clean things up
1 parent 94f6c7e commit ace014c

23 files changed

+1768
-1209
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ node_modules
99
!.env.example
1010
vite.config.js.timestamp-*
1111
vite.config.ts.timestamp-*
12+
coverage

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"oxc.enable": true
2+
"oxc.enable": true,
3+
"cSpell.words": ["keybind", "tabler"]
34
}

bun.lock

Lines changed: 198 additions & 182 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)