use pnpm package alias for @transfem-org/sfm-js

This commit is contained in:
Hazelnoot 2025-05-23 19:48:55 -04:00
parent 0a97672011
commit 7eca06d672
32 changed files with 33 additions and 33 deletions

View file

@ -15,7 +15,7 @@ import { DriveFileEntityService } from '@/core/entities/DriveFileEntityService.j
import { bindThis } from '@/decorators.js';
import { IdService } from '@/core/IdService.js';
import { MfmService } from "@/core/MfmService.js";
import { parse as mfmParse } from '@transfem-org/sfm-js';
import { parse as mfmParse } from 'mfm-js';
@Injectable()
export class FeedService {