eecs448-project-4/config/settings.config.js

16 lines
261 B
JavaScript
Raw Normal View History

const settings_config = {
default_settings: [
{
key: 'in_draft_stage',
value: true,
},
{
key: 'current_week',
value: 1,
},
],
}
module.exports = exports = settings_config