diff --git a/bun.lockb b/bun.lockb index be3af48..304a9ee 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d274a3a..3e0730d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ ], "scripts": { "dev": "bun --cwd web dev", + "build": "bun --cwd npm build", "check": "bun --cwd npm check && bun --cwd web check", "prepare": "simple-git-hooks" }, diff --git a/web/components/SettingsTab.vue b/web/components/SettingsTab.vue index a65bb07..afd99b1 100644 --- a/web/components/SettingsTab.vue +++ b/web/components/SettingsTab.vue @@ -1,8 +1,24 @@