Working User Authorization Flow

This commit is contained in:
2026-01-26 15:56:30 -06:00
parent e9a7ded305
commit e517a45c0f
13 changed files with 349 additions and 92 deletions
+6 -1
View File
@@ -3,12 +3,17 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
const config = {
preprocess: vitePreprocess(),
compilerOptions: {
experimental: {
async: true,
},
},
kit: {
adapter: adapter({
pages: ".vite/renderer/main_window",
}),
router: {
type: "hash",
type: "pathname",
},
},
};