From e08f419c906670a3b5ab8109d7b0135dc19df5ad Mon Sep 17 00:00:00 2001 From: audrzejq <31422031+audrzejq@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:08:03 +0100 Subject: [PATCH] remove path aliases --- api/cron/monitor-chutes.ts | 2 +- api/cron/monitor-openrouter.ts | 2 +- packages/monitor/providers/chutes.ts | 2 +- packages/monitor/providers/openrouter.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/cron/monitor-chutes.ts b/api/cron/monitor-chutes.ts index e000da6b4..e0cfe55a3 100644 --- a/api/cron/monitor-chutes.ts +++ b/api/cron/monitor-chutes.ts @@ -1,4 +1,4 @@ -import { runMonitor, round6 } from '@models.dev/monitor' +import { runMonitor, round6 } from '../../packages/monitor/index.ts' export const config = { maxDuration: 60 } diff --git a/api/cron/monitor-openrouter.ts b/api/cron/monitor-openrouter.ts index 9cb370994..cb3469d2d 100644 --- a/api/cron/monitor-openrouter.ts +++ b/api/cron/monitor-openrouter.ts @@ -1,4 +1,4 @@ -import { runMonitor, round6 } from '@models.dev/monitor' +import { runMonitor, round6 } from '../../packages/monitor/index.ts' export const config = { maxDuration: 60 } diff --git a/packages/monitor/providers/chutes.ts b/packages/monitor/providers/chutes.ts index 3671e8972..4f9ccadbf 100644 --- a/packages/monitor/providers/chutes.ts +++ b/packages/monitor/providers/chutes.ts @@ -5,7 +5,7 @@ * Usage: bun run monitor:chutes */ -import { runMonitor, round6 } from '@models.dev/monitor' +import { runMonitor, round6 } from '../index.ts' runMonitor({ name: 'Chutes', diff --git a/packages/monitor/providers/openrouter.ts b/packages/monitor/providers/openrouter.ts index 3cbefa6e5..2b9fe8ec3 100644 --- a/packages/monitor/providers/openrouter.ts +++ b/packages/monitor/providers/openrouter.ts @@ -4,7 +4,7 @@ * Usage: bun run monitor:openrouter */ -import { runMonitor, round6 } from '@models.dev/monitor' +import { runMonitor, round6 } from '../index.ts' runMonitor({ name: 'OpenRouter',