mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server-esm: Fix import of package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import build from "./build.js";
|
||||
import packageJson from "../../package.json.js";
|
||||
import packageJson from "../../package.json";
|
||||
import dataDir from "./data_dir.js";
|
||||
|
||||
const APP_DB_VERSION = 228;
|
||||
|
||||
Reference in New Issue
Block a user