From 1b4ebaccd82f5c8eb1763bc0b6891b178719bcba Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Thu, 20 Jun 2024 15:26:08 -0300 Subject: [PATCH] refactor: resolve import specifier via the active import map --- src/firehose.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firehose.ts b/src/firehose.ts index 2c776fe4..f715c686 100644 --- a/src/firehose.ts +++ b/src/firehose.ts @@ -3,7 +3,7 @@ import { Stickynotes } from '@soapbox/stickynotes'; import { Storages } from '@/storages.ts'; import { nostrNow } from '@/utils.ts'; -import * as pipeline from './pipeline.ts'; +import * as pipeline from '@/pipeline.ts'; const console = new Stickynotes('ditto:firehose');