mirror of
https://github.com/ckaczor/HomeStatus.git
synced 2026-01-21 09:35:43 -05:00
Initial commit to GitHub
This commit is contained in:
7
config/dev.env.js
Normal file
7
config/dev.env.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
const merge = require('webpack-merge')
|
||||
const prodEnv = require('./prod.env')
|
||||
|
||||
module.exports = merge(prodEnv, {
|
||||
NODE_ENV: '"development"'
|
||||
})
|
||||
Reference in New Issue
Block a user