We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d406bed commit d181728Copy full SHA for d181728
packages/node-sea-builder/scripts/build.mjs
@@ -23,6 +23,7 @@
23
* - Build specific platform: node scripts/build.mjs --platform=darwin --arch=x64
24
*/
25
26
+import crypto from 'node:crypto'
27
import { existsSync, promises as fs } from 'node:fs'
28
import os from 'node:os'
29
import path from 'node:path'
0 commit comments