Print Log Update

This commit is contained in:
2025-12-25 17:11:15 +00:00
parent 920f892ca7
commit 8142b22b21
4 changed files with 487 additions and 294 deletions

View File

@@ -5,10 +5,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter(),
csrf: {
checkOrigin: true
}
adapter: adapter()
}
};