mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-24 16:36:46 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
const pkg = require('../package.json')
|
|
|
|
export default (context, inject) => {
|
|
inject('baserowVersion', pkg.version)
|
|
}
|