Login Status Überprüfung

This commit is contained in:
Moritz Utcke
2024-01-13 13:27:07 +07:00
parent 54b26bdf42
commit 97bc8bedbb
8 changed files with 76 additions and 14 deletions

View File

@@ -15,6 +15,11 @@ export default defineConfig({
integrations: [/*astroI18next(),*/svelte(), tailwind(), mdx()],
outDir: "./dist",
output: "server",
vite: {
optimizeDeps: {
exclude: ["@ibcornelsen/api"]
}
},
adapter: node({
mode: "middleware"
}),