This commit is contained in:
Bxio 2025-04-29 14:32:02 +01:00
parent 092654b3b7
commit c535ebcfb5
2 changed files with 1 additions and 2 deletions

1
package-lock.json generated
View File

@ -19,7 +19,6 @@
"mysql2": "^3.14.0",
"set-interval-async": "^3.0.3",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/node": "^22.14.0"

View File

@ -11,7 +11,7 @@ antiCrash();
require('./functions/handlers/watchFolders');
const adminFolderPath = path.join(__dirname, '../admin');
const dashboardFilePath = path.join(adminFolderPath, 'dashboard.js');
import { Table } from 'embed-table';
const eventsPath = './events';