mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
* clipboard.js v2.0.11 * axios v0.28.1 * URI.js v1.19.11 * vue v2.7.16 * OCPD * default config - UseIP domainStrategy * minify css
6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./vue.runtime.common.prod.js')
|
|
} else {
|
|
module.exports = require('./vue.runtime.common.dev.js')
|
|
}
|