mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-26 20:41:45 +00:00
fix(web): re-add FileDTO import; run svelte-check in CI
This commit is contained in:
@@ -34,6 +34,9 @@ jobs:
|
||||
- name: Shared tests
|
||||
run: pnpm --filter @cryptgeon/shared test
|
||||
|
||||
- name: Frontend type check
|
||||
run: pnpm --filter @cryptgeon/web check
|
||||
|
||||
- name: Run your tests
|
||||
run: pnpm test
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
bytesToHex,
|
||||
create as apiCreate,
|
||||
packContent,
|
||||
type ServerNote
|
||||
type FileDTO, type ServerNote
|
||||
} from '@cryptgeon/shared'
|
||||
import { t } from 'svelte-intl-precompile'
|
||||
import { blur } from 'svelte/transition'
|
||||
|
||||
Reference in New Issue
Block a user