5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
let is_dev = false; // Set to true for development mode
|
|
|
|
module.exports = {
|
|
is_dev
|
|
} |