mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-24 00:02:36 +01:00
feat(archive): separate GitHub mirror upload into dedicated command
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user