riot-starter/public/js/config/config.js

9 lines
171 B
JavaScript
Raw Normal View History

2019-07-20 23:05:55 +00:00
// -----------------------------------------------
// Global Application Settings
// -----------------------------------------------
2019-07-21 20:59:34 +00:00
export default {
2019-07-20 23:05:55 +00:00
DEBUG: true
};