mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 17:51:17 +10:00
Fix Prisma build
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user