- Remove hard-coded better-sqlite3 binaries

- Fix ExperimentalWarning
This commit is contained in:
Jin
2024-08-02 01:48:21 +02:00
parent f3641e5fa6
commit e5c1d38722
13 changed files with 14 additions and 50 deletions

4
loader-register.js Normal file
View File

@@ -0,0 +1,4 @@
import { register } from "node:module";
import { pathToFileURL } from "node:url";
register("ts-node/esm", pathToFileURL("./"));