mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-28 17:20:21 +00:00
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"'
|
|
}
|