Louis Lam
3 years ago
3 changed files with 10 additions and 6 deletions
@ -0,0 +1,7 @@ |
|||
const args = require("args-parser")(process.argv); |
|||
const demoMode = args["demo"] || false; |
|||
|
|||
module.exports = { |
|||
args, |
|||
demoMode |
|||
}; |
Loading…
Reference in new issue