mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 22:18:12 +00:00
chore: setup script
This commit is contained in:
7
apps/edr-freight-api/src/scripts/cmds/index.ts
Normal file
7
apps/edr-freight-api/src/scripts/cmds/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type Vorpal from "vorpal";
|
||||
import type { CommandContext } from "./types";
|
||||
|
||||
export function registerCommands(_vorpal: Vorpal, _ctx: CommandContext): void {
|
||||
// Add more command registrations here:
|
||||
// registerMyNewCommand(vorpal, ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user