1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-06-06 10:44:04 +00:00

8 lines
189 B
JavaScript
Raw Normal View History

2023-07-24 11:13:08 +08:00
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/runtime-core.cjs.prod.js')
} else {
module.exports = require('./dist/runtime-core.cjs.js')
}