mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BASE_API: '"./"'
|
|
}
|