mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 16:32:58 +00:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
const { getConfig } = require('./src/config')
|
|
|
|
const config = getConfig({
|
|
severity: 'error'
|
|
})
|
|
|
|
module.exports = config
|