Create base webui

This commit is contained in:
Mathias Wagner
2025-09-09 12:00:12 +02:00
parent 439578434e
commit 0eb7e9d4ca
13 changed files with 741 additions and 16 deletions

8
webui/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}