Working User Authorization Flow
This commit is contained in:
+6
-1
@@ -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",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user