mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-16 07:51:43 +08:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
const packageJson = require('../../package.json');
|
|
|
|
module.exports = "assets/v" + packageJson.version;
|