app: refactor server management backend (#13813)

This commit is contained in:
Brendan Allan 2026-02-18 23:03:24 +08:00 committed by GitHub
commit 1bb8574179
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 584 additions and 450 deletions

9
.zed/settings.json Normal file
View file

@ -0,0 +1,9 @@
{
"format_on_save": "on",
"formatter": {
"external": {
"command": "bunx",
"arguments": ["prettier", "--stdin-filepath", "{buffer_path}"]
}
}
}