UNPKG

@better-builds/nodec

Version:

The unofficial node-application-to-standalone-executable compiler, complete with ESBuild support.

9 lines (8 loc) 244 B
import os from 'node:os'; import path from 'node:path'; const root = path.join(os.tmpdir(), 'nodec'); export const NodecFolders = { downloadCache: path.join(root, 'download-cache'), extracted: path.join(root, 'extracted'), root, };