打包支持nodejs模块

This commit is contained in:
YHH
2025-07-07 11:06:08 +08:00
parent afd33e053b
commit 1da5040d60
4 changed files with 8 additions and 5 deletions

View File

@@ -18,4 +18,7 @@ export * from './ECS';
// 工具类和类型定义
export * from './Utils';
export * from './Types';
export * from './Types';
// 快照系统(可选模块)
export * from './Utils/Snapshot';