bump: 修改router为kevisual的router

This commit is contained in:
2024-10-25 20:00:07 +08:00
parent d8fec88e54
commit 61d7004c8f
32 changed files with 810 additions and 731 deletions

View File

@@ -1,4 +1,4 @@
import { App } from '@abearxiong/router';
import { App } from '@kevisual/router';
import { useConfig } from '@abearxiong/use-config';
import { dynamicImport } from './lib/dynamic-import.ts';
import { redisPublisher, redisSubscriber, redis } from './modules/redis.ts';