mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 12:14:24 +01:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
const packageJson = require('../../package.json');
|
|
|
|
module.exports = `assets/v${packageJson.version}`;
|