Setup wizard & 0.3.0 release (#146)

* fix: small merge fixes

* feat: initial setup wizard

* fix: last few localization items

* fix: lint

* fix: bump version
This commit is contained in:
DecDuck
2025-07-31 20:41:02 +10:00
committed by GitHub
parent ed99e020df
commit e4c8d42cc8
25 changed files with 684 additions and 279 deletions

View File

@@ -67,7 +67,7 @@ export const $dropFetch: DropFetch = async (rawRequest, opts) => {
try {
const data = await $fetch(request, {
...opts,
headers: { ...opts?.headers, ...headers },
headers: { ...headers, ...opts?.headers },
});
if (import.meta.server) state.value = data;
return data;