Moved many utility files to one big "tools" folder

This commit is contained in:
DJj123dj
2026-04-03 13:38:12 +02:00
parent 50c7fc5e90
commit 2d9a9b42d4
16 changed files with 12 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"../src/core/api/modules/",
"../src/core/api/defaults/",
"../src/core/api/openticket/",
"../src/core/api/main.ts",
"../src/core/startup/init.ts",
],
"entryPointStrategy": "expand",
"json": "./typedoc-result.json",
"basePath": "../"
}