mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor: resolve import specifier via the active import map
This commit is contained in:
parent
bac0b48801
commit
1b4ebaccd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue