Skip to content

Commit 93fa512

Browse files
committed
Add node: for internal modules
1 parent fb9065c commit 93fa512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/build.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
const now = new Date();
44

5-
const fs = require('fs');
6-
const path = require('path');
5+
const fs = require('node:fs');
6+
const path = require('node:path');
77
const metavm = require('metavm');
88
const PdfPrinter = require('pdfmake');
99

0 commit comments

Comments
 (0)