fix(web): re-add FileDTO import; run svelte-check in CI

This commit is contained in:
2026-09-13 16:19:41 +02:00
parent 7653409473
commit 0d597edfee
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -34,6 +34,9 @@ jobs:
- name: Shared tests - name: Shared tests
run: pnpm --filter @cryptgeon/shared test run: pnpm --filter @cryptgeon/shared test
- name: Frontend type check
run: pnpm --filter @cryptgeon/web check
- name: Run your tests - name: Run your tests
run: pnpm test run: pnpm test
@@ -3,7 +3,7 @@
bytesToHex, bytesToHex,
create as apiCreate, create as apiCreate,
packContent, packContent,
type ServerNote type FileDTO, type ServerNote
} from '@cryptgeon/shared' } from '@cryptgeon/shared'
import { t } from 'svelte-intl-precompile' import { t } from 'svelte-intl-precompile'
import { blur } from 'svelte/transition' import { blur } from 'svelte/transition'