Compare commits

...
Author SHA1 Message Date
centdixandClaude Sonnet 4.6 71e08c239b chore: add deliberate type error to fail frontend CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 20:27:21 +01:00
centdixandClaude Sonnet 4.6 ee206b8594 chore: add test.txt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 20:24:31 +01:00
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@
// import { page } from '$app/stores'
// import { get } from 'svelte/store'
// CI test: deliberate type error
const _ciTest: number = 'this is not a number'
import { deepEqual } from 'fast-equals'
import YAML from 'yaml'
import { type UserExt } from './stores'
View File