Skip to content

Commit

Permalink
added: compose.up like real app example
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Pasynok committed Nov 3, 2024
1 parent 8fa6790 commit b1419e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compose/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const upFn = (containers: AnyContainer[]) => {
});
};

// todo: think about dynamic feature stop
const compose = { up: upFn };

export { compose };

0 comments on commit b1419e9

Please sign in to comment.