mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
prefix node module import with node:
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import { existsSync } from "fs";
|
||||
import { resolve } from "path";
|
||||
import { existsSync } from "node:fs";
|
||||
import { resolve } from "node:path";
|
||||
|
||||
import {
|
||||
createZeroTrustListsAtOnce,
|
||||
|
||||
Reference in New Issue
Block a user