chore: fix script and add seed company

This commit is contained in:
ghost2023
2026-07-01 15:46:25 +03:00
parent aef868bc40
commit 174df0b7aa
5 changed files with 239 additions and 236 deletions

View File

@@ -3,8 +3,10 @@ import type { CommandContext } from "./types";
import { registerSeedTestContracts } from "./seed-test-contracts.cmd";
import { registerSeedTestSchedules } from "./seed-test-schedules.cmd";
import { registerSeedTestCompany } from "./seed-test-company.cmd";
export function registerCommands(vorpal: Vorpal, ctx: CommandContext): void {
registerSeedTestContracts(vorpal, ctx);
registerSeedTestSchedules(vorpal, ctx);
registerSeedTestCompany(vorpal, ctx);
}