feat: app manager

This commit is contained in:
2024-11-23 00:39:43 +08:00
parent 503727c6c4
commit f94c9323b4
9 changed files with 431 additions and 88 deletions

View File

@@ -1,6 +1,7 @@
import { minioClient } from '@/app.ts';
import { bucketName } from '@/modules/minio.ts';
import { fileIsExist } from '../lib/file.ts';
import { fileIsExist } from '@kevisual/use-config';
import fs from 'fs';
import path from 'path';
import * as tar from 'tar';