refactor: resolve import specifier via the active import map

This commit is contained in:
P. Reis 2024-06-20 15:26:08 -03:00
parent bac0b48801
commit 1b4ebaccd8

View file

@ -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');