mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat: migrate to esm
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
import * as express from 'express';
|
||||
import {Plugin} from '../../src/plugin';
|
||||
import {Plugin} from '../../src/plugin.js';
|
||||
|
||||
/**
|
||||
* A test plugin we use for all the tests
|
||||
|
||||
Reference in New Issue
Block a user