webui skeleton

This commit is contained in:
2024-06-30 17:05:59 +02:00
parent a7a9770c9e
commit 91184eafc0
20 changed files with 7265 additions and 0 deletions

5
webui/.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"trailingComma": "all",
"tabWidth": 4,
"endOfLine": "auto"
}