Initial Commit
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m6s

This commit is contained in:
2026-05-30 12:52:07 +02:00
commit 6d6dcb66a1
62 changed files with 12208 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import { QueryClient } from '@tanstack/solid-query'
export function getContext() {
const queryClient = new QueryClient()
return {
queryClient,
}
}