This commit is contained in:
mhsanaei
2024-04-17 17:26:33 +03:30
parent 18cc3d5158
commit 2708c816a8
21 changed files with 11 additions and 354 deletions

View File

@@ -0,0 +1,5 @@
if (process.env.NODE_ENV === 'production') {
module.exports = require('./vue.runtime.common.prod.js')
} else {
module.exports = require('./vue.runtime.common.dev.js')
}