mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-01 22:36:15 -07:00
* refactor: generalize unity-builder plugin contract * test: preserve orchestrator plugin compatibility target * refactor: rename build plugin to plugin
3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
export { loadPlugin as loadOrchestratorPlugin } from './plugin';
|
|
export type { Plugin as OrchestratorPlugin } from './plugin';
|