mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-17 12:01:41 +08:00
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import packageJson from "../../package.json" with { type: "json" };
|
|
|
|
export default `assets/v${packageJson.version}`;
|