had opencode clean up all my nonsense comments too

This commit is contained in:
2026-06-29 15:11:53 +01:00
parent 3be0033a32
commit 201821d53c
21 changed files with 77 additions and 163 deletions

3
src/app.d.ts vendored
View File

@@ -1,7 +1,6 @@
import type { User, Session } from 'better-auth/minimal';
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
// SvelteKit app type declarations
declare global {
namespace App {
interface Locals { user?: User; session?: Session }