electron: Fix JSON imports

This commit is contained in:
Elian Doran
2024-07-24 20:52:46 +03:00
parent 7fb3abb4ea
commit 6006d01f8b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
import build from "./build.js";
import packageJson from "../../package.json";
import packageJson from "../../package.json" with { type: "json" };
import dataDir from "./data_dir.js";
const APP_DB_VERSION = 228;