仪表盘
版本库
文件存储
活动
搜索
登录
main
/
tx-lims-before
通信lims前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
检测中心-工时管理样式调整
gaoluyang
2024-07-25
412517b62a974f844a1ceef72ccdf19acb0fdf26
[tx-lims-before.git]
/
config
/
dev.env.js
1
2
3
4
5
6
7
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"'
})