Add DB indexes for performance

This commit is contained in:
2025-07-19 15:50:48 +02:00
parent 03605149d5
commit 74bc0a18da
6 changed files with 75 additions and 10 deletions

View File

@ -1,3 +1,5 @@
// Does not seem to work
//import adapter from 'svelte-adapter-bun';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';