Add new dependencies and update file paths
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 01:42:24 +02:00
parent 9a5b4c20cb
commit 7a02f2682c
10 changed files with 190 additions and 127 deletions

View File

@@ -3,7 +3,7 @@ const path = require('path');
const { logger, ErrorLogger, logRequestInfo } = require('../config/logs');
const dataFolderPath = path.join(__dirname, '../data');
const filesToCreate = ['setup.json', 'user.json', 'file_info.json'];
const filesToCreate = ['setup.json', 'user.json', 'file_info.json', 'banData.json'];
filesToCreate.forEach((fileName) => {
const filePath = path.join(dataFolderPath, fileName);