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,7 +1,7 @@
import { UserApp, clearAllUserApp } from '../module/get-user-app.ts';
import { redis } from '../module/redis/redis.ts';
import path from 'path';
import { useFileStore } from '@abearxiong/use-file-store';
import { useFileStore } from '@kevisual/use-config/file-store';
const filePath = useFileStore('upload');
const main = async () => {