This commit is contained in:
2024-07-17 16:13:54 +02:00
parent b261556449
commit 33d83aaa4f
6 changed files with 1406 additions and 0 deletions

5
jsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"include": [
"cli.mjs"
]
}