From 90c829b7ef3ced5c432a90ec0228cd485fc18f30 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sat, 31 Jan 2026 07:47:08 +0100 Subject: [PATCH] Removed unused import. --- bin/setup-app.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/setup-app.mjs b/bin/setup-app.mjs index 7274b78..e031723 100755 --- a/bin/setup-app.mjs +++ b/bin/setup-app.mjs @@ -2,7 +2,6 @@ import { exec, execSync, spawnSync } from "child_process"; import { writeFileSync } from "fs"; -import { env } from "process"; import { parseArgs } from "util"; const args = parseArgs({