Fixes token checking
All checks were successful
Gitea Build Action / build-go (push) Successful in 25s
Gitea Build Action / build-nuxt (push) Successful in 10m1s

This commit is contained in:
Daniel Svitan
2025-06-05 16:57:02 +02:00
parent 48e433ff1e
commit 7b99b75def
4 changed files with 50 additions and 18 deletions

6
web/.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}