mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
electron: Fix deprecated assert syntax
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
import packageJson from "../../package.json" assert { type: "json" };
|
import packageJson from "../../package.json" with { type: "json" };
|
||||||
|
|
||||||
export default `assets/v${packageJson.version}`;
|
export default `assets/v${packageJson.version}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user