🐛 fix fs bug

This commit is contained in:
Tw93
2023-08-28 17:59:36 +08:00
parent 186425335c
commit 86de532a70

View File

@@ -1,6 +1,6 @@
import shelljs from 'shelljs';
import axios from 'axios';
import { promises as fs } from 'fs';
import fs from 'fs';
import { fileURLToPath } from 'url';
import path, { dirname } from 'path';