mirror of
https://github.com/romancm/gamebrary
synced 2025-02-16 11:08:24 +00:00
4 lines
64 B
JavaScript
Executable file
4 lines
64 B
JavaScript
Executable file
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
}
|