Merge branch 'develop' into v4

This commit is contained in:
DecDuck
2025-11-19 23:26:57 +11:00
6 changed files with 4836 additions and 1947 deletions

View File

@ -1,5 +1,5 @@
import fs from "fs";
import nodePath from "path";
import fs from "node:fs";
import nodePath from "node:path";
export function fsStats(folderPath: string) {
const stats = fs.statfsSync(folderPath);