fix: update packages

This commit is contained in:
2024-12-07 02:05:41 +08:00
parent 5c91ac8b8d
commit a9afc2ffea
7 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import path from 'path';
import { redis, subscriber } from './redis/redis.ts';
import { useFileStore } from '@abearxiong/use-file-store';
import { useFileStore } from '@kevisual/use-config/file-store';
import { useConfig } from '@kevisual/use-config';
import fs from 'fs';
import crypto from 'crypto';

View File

@@ -1,11 +1,10 @@
import { getDNS, isLocalhost } from '@/utils/dns.ts';
import http from 'http';
import { UserApp } from './get-user-app.ts';
import { useFileStore } from '@abearxiong/use-file-store';
import { useFileStore } from '@kevisual/use-config/file-store';
import path from 'path';
import fs from 'fs';
import { useConfig } from '@kevisual/use-config';
import { redis } from './redis/redis.ts';
import { getContentType } from './get-content-type.ts';
import { sleep } from '@/utils/sleep.ts';
const { api, domain, allowedOrigins } = useConfig<{