mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
electron: Fix deprecated assert syntax
This commit is contained in:
parent
557f6096b4
commit
e4d464d6c9
@ -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}`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user