This commit is contained in:
Marco
2025-04-30 18:58:08 +02:00
commit d0b50cfff1
66 changed files with 19009 additions and 0 deletions

BIN
user/.DS_Store vendored Normal file

Binary file not shown.

0
user/index.html Normal file
View File

0
user/scss/layout.scss Normal file
View File

1323
user/ts/ModuleClientApi.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

1
user/ts/user.ts Normal file
View File

@@ -0,0 +1 @@
const api: ModuleClientApi = new ModuleApi();

7
user/tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true
},
"include": ["ts/*.ts"]
}