mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
|
|
import { register } from "node:module";
|
||
|
|
import { pathToFileURL } from "node:url";
|
||
|
|
|
||
|
|
register("ts-node/esm", pathToFileURL("./"));
|