From 51c574a6bc7346d8f63802dd6ddf0bf2224ad4aa Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sun, 17 May 2026 03:47:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9Ecrush.json=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 初始化项目的crush配置,指定schema地址和当前目录为上下文路径 --- crush.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crush.json diff --git a/crush.json b/crush.json new file mode 100644 index 0000000..df32b76 --- /dev/null +++ b/crush.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://charm.land/crush.json", + "options": { + "context_paths": ["."] + } +}