chore(codebase): format

This commit is contained in:
Ivan
2026-05-10 19:32:04 -05:00
parent ca6e599043
commit b2e8e3303b
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -334,14 +334,14 @@ task build:all
`Makefile` のショートカット:
| コマンド | 説明 |
| -------------- | --------------------------------------- |
| `make install` | pnpm と UV の依存関係をインストール |
| `make run` | UV 経由で MeshChatX を実行 |
| `make build` | フロントエンドをビルド |
| `make lint` | eslint と ruff を実行 |
| `make test` | フロントエンドとバックエンドのテスト |
| `make clean` | ビルド成果物と node_modules を削除 |
| コマンド | 説明 |
| -------------- | ------------------------------------ |
| `make install` | pnpm と UV の依存関係をインストール |
| `make run` | UV 経由で MeshChatX を実行 |
| `make build` | フロントエンドをビルド |
| `make lint` | eslint と ruff を実行 |
| `make test` | フロントエンドとバックエンドのテスト |
| `make clean` | ビルド成果物と node_modules を削除 |
## バージョン管理
+1 -1
View File
@@ -3,4 +3,4 @@
"""Reticulum MeshChatX - A mesh network communications app."""
# Synced from package.json via scripts/sync_version.js (also writes meshchatx/src/version.py).
__version__ = "4.6.3"
__version__ = "4.6.3"