janitoring
This commit is contained in:
parent
d2aae92692
commit
62e9d367bf
5 changed files with 23 additions and 129 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue