f0743f4
1
2
3
4
5
6
7
import { KeyvFile } from 'keyv-file'; export const logFile = new KeyvFile({ filename: './data/logs.json' }).setMaxListeners(20); export const violationFile = new KeyvFile({ filename: './data/violations.json' }).setMaxListeners( 20, );