mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
import packageJson from "../../package.json" assert { type: "json" };
|
|
|
|
export default `assets/v${packageJson.version}`;
|