build: don't rely on implicitly imported process
This was fixed in Cockpit in cf1cca4166af4c59531850a8e0d0f20f6f455152
This commit is contained in:
parent
84d8dc7e8e
commit
baef584882
1 changed files with 1 additions and 0 deletions
1
build.js
1
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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue