build: don't rely on implicitly imported process

This was fixed in Cockpit in cf1cca4166af4c59531850a8e0d0f20f6f455152
This commit is contained in:
Jelle van der Waa 2024-07-17 12:31:15 +02:00 committed by Martin Pitt
parent 84d8dc7e8e
commit baef584882

View file

@ -2,6 +2,7 @@
import fs from 'node:fs'; import fs from 'node:fs';
import path from 'node:path'; import path from 'node:path';
import process from 'node:process';
import os from 'node:os'; import os from 'node:os';
import copy from 'esbuild-plugin-copy'; import copy from 'esbuild-plugin-copy';