fix(worker-generator): 映射文件不再放入 workers 目录避免微信编译错误
This commit is contained in:
6
examples/wechat-worker-demo/src/index.ts
Normal file
6
examples/wechat-worker-demo/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* ESEngine Worker System 微信小游戏示例
|
||||
* ESEngine Worker System WeChat Mini Game Example
|
||||
*/
|
||||
export { Position, Velocity, Physics, Renderable } from './components';
|
||||
export { PhysicsWorkerSystem } from './systems/PhysicsWorkerSystem';
|
||||
Reference in New Issue
Block a user