feat(archive): separate GitHub mirror upload into dedicated command

This commit is contained in:
daydreamer-json
2026-03-09 17:27:32 +09:00
parent 958a5aab5f
commit 6e4fbb80a5
7 changed files with 202 additions and 85 deletions

View File

@@ -1,7 +1,9 @@
import archive from './cmds/archive.js';
import authTest from './cmds/authTest.js';
import ghMirrorUpload from './cmds/ghMirrorUpload.js';
export default {
authTest,
archive,
ghMirrorUpload,
};