mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
+3
-12
@@ -1,15 +1,6 @@
|
||||
import {
|
||||
findLegacyLaunchAgents,
|
||||
uninstallLegacyLaunchAgents,
|
||||
} from "./launchd.js";
|
||||
import {
|
||||
findLegacyScheduledTasks,
|
||||
uninstallLegacyScheduledTasks,
|
||||
} from "./schtasks.js";
|
||||
import {
|
||||
findLegacySystemdUnits,
|
||||
uninstallLegacySystemdUnits,
|
||||
} from "./systemd.js";
|
||||
import { findLegacyLaunchAgents, uninstallLegacyLaunchAgents } from "./launchd.js";
|
||||
import { findLegacyScheduledTasks, uninstallLegacyScheduledTasks } from "./schtasks.js";
|
||||
import { findLegacySystemdUnits, uninstallLegacySystemdUnits } from "./systemd.js";
|
||||
|
||||
export type LegacyGatewayService = {
|
||||
platform: "darwin" | "linux" | "win32";
|
||||
|
||||
Reference in New Issue
Block a user