We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710c05e commit 976c523Copy full SHA for 976c523
packages/monitor/src/monitor-config.ts
@@ -1,6 +1,6 @@
1
+import type { StartOptions } from "pm2";
2
import { z } from "zod";
3
import { monitorPluginSchema } from "./core/monitor-plugin-driver.js";
-import type { StartOptions } from "pm2";
4
5
const windowsApiConfigSchema = z.object({
6
/**
0 commit comments