| 1 | import { Command } from "commander"; |
| 2 | import { configureDeployCommand } from "../commands/deploy.js"; |
| 3 | import { configureDevCommand } from "../commands/dev.js"; |
| 4 | import { configureInitCommand } from "../commands/init.js"; |
nothing calls this directly
no test coverage detected