Fix Prisma build

This commit is contained in:
DecDuck
2025-11-15 10:59:17 +11:00
parent 2d13c6e0e3
commit ee5c9e191a
6 changed files with 54 additions and 43 deletions
+2 -2
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);