mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: migrate to esm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Transport, VerifiableTransport} from '../src/transport';
|
||||
import {Transport, VerifiableTransport} from '../src/transport.js';
|
||||
|
||||
export class DummyTransport extends Transport {
|
||||
send(subject: string, message: string): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user