mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 07:53:23 -05:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
VERSION: '"123"',
|
|
V2: JSON.stringify(require("../package.json").version)
|
|
}
|