mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
gahew
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// replay Build Service
|
||||
// Purpose: Defines the replay Build Service module and the helpers/state used by this service unit.
|
||||
// Scope: Keeps runtime behavior unchanged while isolating responsibilities into a clear module boundary.
|
||||
const { buildReplayVideo } = require('../replayEngineV2');
|
||||
|
||||
module.exports = {
|
||||
buildReplayVideo,
|
||||
};
|
||||
Reference in New Issue
Block a user