janitoring

This commit is contained in:
EatThePooh 2026-02-25 17:20:13 +07:00
parent d2aae92692
commit 62e9d367bf
5 changed files with 23 additions and 129 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/env node
import packageJson from "../package.json" with { type: "json" };
import {
buildApplication,
buildCommand,
@ -9,6 +8,7 @@ import {
run,
} from "@stricli/core";
import { $, CommandBuilder } from "dax";
import packageJson from "../package.json" with { type: "json" };
$.setPrintCommand(true);