🐛 update shelljs

This commit is contained in:
Tw93
2023-08-28 17:35:02 +08:00
parent 146b394d9e
commit 02e44406a8

View File

@@ -1,9 +1,11 @@
import { exec, cd, mv } from 'shelljs';
import shelljs from 'shelljs';
import axios from 'axios';
import { promises as fs } from 'fs';
import { fileURLToPath } from 'url';
import path, { dirname } from 'path';
const { exec, cd, mv } = shelljs;
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);