mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-29 02:07:09 +08:00
4 lines
95 B
JavaScript
Executable File
4 lines
95 B
JavaScript
Executable File
|
|
module.exports = process.env.JADE_COV
|
|
? require('./lib-cov/jade')
|
|
: require('./lib/jade'); |