mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 22:00:09 +00:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
const pkg = require('../package.json')
|
|
|
|
export default (context, inject) => {
|
|
inject('baserowVersion', pkg.version)
|
|
}
|