diff --git a/build.js b/build.js index d0b5df0..f3bfaf1 100755 --- a/build.js +++ b/build.js @@ -2,6 +2,7 @@ import fs from 'node:fs'; import path from 'node:path'; +import process from 'node:process'; import os from 'node:os'; import copy from 'esbuild-plugin-copy';