mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-19 18:25:51 +10:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
const isDebug = process.argv.indexOf('--debug') !== -1
|
|
|
|
exports.isDebug = isDebug
|