feat: implement authentication test command and api utilities

This commit is contained in:
daydreamer-json
2026-01-23 02:40:37 +09:00
parent 63c011f27e
commit f981dc86bd
13 changed files with 616 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
import authTest from './cmds/authTest.js';
import test from './cmds/test.js';
export default {
authTest,
test,
};