temp remove local-microapp

This commit is contained in:
2024-12-06 22:36:08 +08:00
parent b2d968b70d
commit 3efc3b3cc5
14 changed files with 362 additions and 560 deletions

View File

@@ -4,7 +4,7 @@ import { router } from '../router.ts';
import { error } from '../middleware/auth.ts';
import fs from 'fs';
import { clients } from '../upload.ts';
import { useFileStore } from '@abearxiong/use-file-store';
import { useFileStore } from '@kevisual/use-config/file-store';
import { app, minioClient } from '@/app.ts';
import { bucketName } from '@/modules/minio.ts';
import { getContentType } from '@/utils/get-content-type.ts';