This repository has been archived on 2019-03-23. You can view files and clone it, but cannot push or open issues/pull-requests.
binauralbeats/config/prod.env.js

5 lines
61 B
JavaScript

'use strict'
module.exports = {
NODE_ENV: '"production"'
}