update use-config

This commit is contained in:
2026-01-15 18:02:49 +08:00
parent 59c7eb57fa
commit 07b4b0618a
12 changed files with 170 additions and 241 deletions

View File

@@ -1,5 +1,5 @@
import { OAuth, RedisTokenStore } from './oauth.ts';
import { useContextKey } from '@kevisual/use-config/context';
import { useContextKey } from '@kevisual/context';
import { Redis } from 'ioredis';
export const oauth = useContextKey('oauth', () => {