generated from nhcarrigan/template
feat: initial app prototype
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { log } from "./src/commands/log.js";
|
||||
import { revoke } from "./src/commands/revoke.js";
|
||||
|
||||
const commands = [log.data, revoke.data];
|
||||
|
||||
const json = commands.map(c => c.toJSON());
|
||||
|
||||
console.log(JSON.stringify(json, null, 2));
|
||||
Reference in New Issue
Block a user