prefix node module import with node:

This commit is contained in:
Viet Huynh
2023-11-21 03:00:35 +07:00
parent 041970972a
commit df2a2d7141
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { existsSync } from "fs";
import { resolve } from "path";
import { existsSync } from "node:fs";
import { resolve } from "node:path";
import {
createZeroTrustListsAtOnce,