build: rename server runtime binaries

This commit is contained in:
2026-07-29 19:36:05 +09:00
parent 699290ccb1
commit fb285b17e4
16 changed files with 90 additions and 84 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
# Workspace Backend local config template.
#
# `yoi-workspace-server init` copies this packaged template to
# `yoi-server init` copies this packaged template to
# `.yoi/workspace-backend.local.toml` without overwriting an existing file.
# The `.local` file is intentionally git-ignored.
#
# Print the latest packaged template with:
# yoi-workspace-server config default
# yoi-server config default
#
# Compare the local config with the latest packaged template with:
# yoi-workspace-server config diff
# yoi-server config diff
#
# Omit a key to use the built-in fallback. TOML has no `null`, so optional
# settings are represented by leaving the key commented out.