sqa
This commit is contained in:
parent
092654b3b7
commit
c535ebcfb5
1
package-lock.json
generated
1
package-lock.json
generated
@ -19,7 +19,6 @@
|
|||||||
"mysql2": "^3.14.0",
|
"mysql2": "^3.14.0",
|
||||||
"set-interval-async": "^3.0.3",
|
"set-interval-async": "^3.0.3",
|
||||||
"typescript": "^4.5.2"
|
"typescript": "^4.5.2"
|
||||||
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.14.0"
|
"@types/node": "^22.14.0"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ antiCrash();
|
|||||||
require('./functions/handlers/watchFolders');
|
require('./functions/handlers/watchFolders');
|
||||||
const adminFolderPath = path.join(__dirname, '../admin');
|
const adminFolderPath = path.join(__dirname, '../admin');
|
||||||
const dashboardFilePath = path.join(adminFolderPath, 'dashboard.js');
|
const dashboardFilePath = path.join(adminFolderPath, 'dashboard.js');
|
||||||
import { Table } from 'embed-table';
|
|
||||||
|
|
||||||
const eventsPath = './events';
|
const eventsPath = './events';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user