fix: remove stackblits and setup zed
Some checks failed
ci / ci (push) Has been cancelled
build & push docker container / docker (push) Has been cancelled

This commit is contained in:
Konrad Geletey 2025-09-13 10:27:10 +03:00
parent 4e96759f8c
commit 0b1820a86b
Signed by: kglt
GPG key ID: 386DEE24B60BD996
6 changed files with 65 additions and 22 deletions

7
.zed/settings.json Normal file
View file

@ -0,0 +1,7 @@
{
"formatter": {
"code_actions": {
"source.fixAll.eslint": true
}
}
}