diff --git a/server/lib/alerts/events/healthCheckEvents.ts b/server/lib/alerts/events/healthCheckEvents.ts index d98e4cf72..1b9ff40ae 100644 --- a/server/lib/alerts/events/healthCheckEvents.ts +++ b/server/lib/alerts/events/healthCheckEvents.ts @@ -1,5 +1,5 @@ import logger from "@server/logger"; -import { processAlerts } from "@server/lib/alerts"; +import { processAlerts } from "#dynamic/lib/alerts"; import { db, statusHistory, diff --git a/server/lib/alerts/events/resourceEvents.ts b/server/lib/alerts/events/resourceEvents.ts index 9c450f021..0d84328d2 100644 --- a/server/lib/alerts/events/resourceEvents.ts +++ b/server/lib/alerts/events/resourceEvents.ts @@ -1,5 +1,5 @@ import logger from "@server/logger"; -import { processAlerts } from "@server/lib/alerts"; +import { processAlerts } from "#dynamic/lib/alerts"; import { db, logsDb, statusHistory, Transaction } from "@server/db"; import { invalidateStatusHistoryCache } from "@server/lib/statusHistory"; diff --git a/server/lib/alerts/events/siteEvents.ts b/server/lib/alerts/events/siteEvents.ts index 5bd5c619a..e64ac72f7 100644 --- a/server/lib/alerts/events/siteEvents.ts +++ b/server/lib/alerts/events/siteEvents.ts @@ -1,5 +1,5 @@ import logger from "@server/logger"; -import { processAlerts } from "@server/lib/alerts"; +import { processAlerts } from "#dynamic/lib/alerts"; import { db, logsDb, diff --git a/src/components/alert-rule-editor/AlertRuleFields.tsx b/src/components/alert-rule-editor/AlertRuleFields.tsx index afa47fb58..b374df5f8 100644 --- a/src/components/alert-rule-editor/AlertRuleFields.tsx +++ b/src/components/alert-rule-editor/AlertRuleFields.tsx @@ -1014,7 +1014,7 @@ function WebhookActionFields({