mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:09:31 +08:00
8 lines
184 B
Text
8 lines
184 B
Text
|
|
'use strict'
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./vfs.cjs.production.min.js')
|
|
} else {
|
|
module.exports = require('./vfs.cjs.development.js')
|
|
}
|