mirror of
https://github.com/ckaczor/HomeStatus.git
synced 2026-01-14 01:25:40 -05:00
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"'
|
|
}
|