mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00: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'); |