fix: added tasks path to config

This commit is contained in:
Slincnik 2025-01-11 14:43:19 +03:00
parent e1e8963306
commit 1080532e39
No known key found for this signature in database

View file

@ -26,7 +26,8 @@
"paths": {
"commands": "./src/commands",
"events": "./src/events",
"locales": "./src/services/languages/locales"
"locales": "./src/services/languages/locales",
"tasks": "./src/helpers/tasks"
},
"defaultLang": "en-US"
}