mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
- Remove hard-coded better-sqlite3 binaries
- Fix ExperimentalWarning
This commit is contained in:
4
loader-register.js
Normal file
4
loader-register.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { register } from "node:module";
|
||||
import { pathToFileURL } from "node:url";
|
||||
|
||||
register("ts-node/esm", pathToFileURL("./"));
|
||||
Reference in New Issue
Block a user