Fix Prisma build

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