mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:29:30 +08:00
8 lines
206 B
Text
8 lines
206 B
Text
|
|
'use strict'
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./shiki-twoslash.cjs.production.min.js')
|
|
} else {
|
|
module.exports = require('./shiki-twoslash.cjs.development.js')
|
|
}
|