updated package.json

This commit is contained in:
2024-05-31 15:59:20 -04:00
parent fdbf519f40
commit d85d418c3a
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import customFs from "..";
import customFs from "../index.js";
import fs from 'fs';
const { token } = JSON.parse(fs.readFileSync('config.json'));