mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-28 09:04:02 +00:00
chore(codebase): format
This commit is contained in:
+8
-8
@@ -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 を削除 |
|
||||
|
||||
## バージョン管理
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user