mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-08-01 02:26:03 -04:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
import { createMirrorSyncCommand } from "./mirror-sync-command";
|
|
|
|
export const commands = {
|
|
createMirrorSync: createMirrorSyncCommand,
|
|
};
|