chore: clear low-risk lint warnings

This commit is contained in:
ejclaw
2026-04-29 13:31:11 +09:00
parent 7ffd4c65e1
commit 4dcd4037f1
40 changed files with 36 additions and 161 deletions

View File

@@ -15,7 +15,6 @@ import {
ensureLinuxReadonlySandboxAppArmorSupport,
getPlatform,
getNodePath,
getServiceManager,
} from './platform.js';
import { getServiceDefs } from './service-defs.js';
import { setupLaunchd, setupLinux } from './service-installers.js';
@@ -30,7 +29,6 @@ export async function run(_args: string[]): Promise<void> {
const platform = getPlatform();
const nodePath = getNodePath();
const homeDir = os.homedir();
const serviceManager = getServiceManager();
logger.info({ platform, nodePath, projectRoot }, 'Setting up service');