Skip to content

Commit

Permalink
fix(ctl): fix index exports
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed May 27, 2024
1 parent 5d70ce9 commit b37e3ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/ctl/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export {
Ctl,

createUnit,
enableUnit,
disableUnit,
startUnit,
stopUnit,
restartUnit,
reload,
create,
enable,
disable,
start,
stop,
restart,
} from "./ctl.js";

0 comments on commit b37e3ea

Please sign in to comment.