(feat): add tauth

(fix): formatted
This commit is contained in:
Alois 2026-04-14 01:12:34 +02:00
commit fb742bd068
15 changed files with 141 additions and 74 deletions

View file

@ -11,7 +11,11 @@ import {
import { useCrypto } from "@tensamin/crypto/context";
import { log } from "@tensamin/shared/log";
import { useStorage } from "@tensamin/storage/context";
import { createTransportClient, READY_STATE, type BoundSendFn } from "@tensamin/ttp-core";
import {
createTransportClient,
READY_STATE,
type BoundSendFn,
} from "@tensamin/ttp-core";
import type { PushHandler } from "@tensamin/ttp-core";
import {
PING_INTERVAL,

View file

@ -1,3 +1,3 @@
export * from "@tensamin/ttp-core";
export * from "./context";
export * from "./values";
export * from "./values";