更新references库

This commit is contained in:
YHH
2025-09-26 13:06:39 +08:00
parent 64ea53eba1
commit 1a1549230f

View File

@@ -13,7 +13,9 @@
"references": [ "references": [
{ "path": "./packages/core" }, { "path": "./packages/core" },
{ "path": "./packages/math" }, { "path": "./packages/math" },
{ "path": "./packages/ecs-network" } { "path": "./packages/network-client" },
{ "path": "./packages/network-server" },
{ "path": "./packages/network-shared" }
], ],
"files": [] "files": []
} }