Skip to content

Commit 976c523

Browse files
committed
fix lint err
1 parent 710c05e commit 976c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/monitor/src/monitor-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import type { StartOptions } from "pm2";
12
import { z } from "zod";
23
import { monitorPluginSchema } from "./core/monitor-plugin-driver.js";
3-
import type { StartOptions } from "pm2";
44

55
const windowsApiConfigSchema = z.object({
66
/**

0 commit comments

Comments
 (0)