chore: 新增crush.json配置文件

初始化项目的crush配置,指定schema地址和当前目录为上下文路径
This commit is contained in:
2026-05-17 03:47:17 +08:00
parent 635496683c
commit 51c574a6bc

6
crush.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://charm.land/crush.json",
"options": {
"context_paths": ["."]
}
}