*Fix import
This commit is contained in:
parent
e5ac39cb6c
commit
6ad101d71e
|
@ -14,7 +14,7 @@ import {
|
||||||
JSONRPCResponseWithResult,
|
JSONRPCResponseWithResult,
|
||||||
} from "jayson";
|
} from "jayson";
|
||||||
import config, { updateUsePocketGateway, usePocketGateway } from "./config.js";
|
import config, { updateUsePocketGateway, usePocketGateway } from "./config.js";
|
||||||
import { errorExit } from "./util";
|
import { errorExit } from "./util.js";
|
||||||
|
|
||||||
const require = createRequire(import.meta.url);
|
const require = createRequire(import.meta.url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue