dashboard
repositories
filestore
activity
search
login
甘晶君
/
CRM-gitblit
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
subscriptions 添加 iframe
zjf
2023-11-17
55bc564d71e572d3907bd89cc2a22f14917c01af
[~ganjingjun/CRM-gitblit.git]
/
config
/
dev.env.js
1
2
3
4
5
6
7
8
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"/api/"',
})