Web UI setup

This commit is contained in:
nemunaire 2025-10-17 17:18:37 +07:00
commit 682ca6bb20
19 changed files with 6026 additions and 2 deletions

13
web/.prettierrc Normal file
View file

@ -0,0 +1,13 @@
{
"tabWidth": 4,
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}