Skip to content

Commit

Permalink
export default actions one by one
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 7, 2024
1 parent 7a4e847 commit 85bfc6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgent",
"version": "0.0.33",
"version": "0.0.34",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/lib/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import elaborate from "./actions/elaborate";
import ignore from "./actions/ignore";
import wait from "./actions/wait";

export { elaborate, ignore, wait };

export const defaultActions: Action[] = [elaborate, wait, ignore];

/**
Expand Down

0 comments on commit 85bfc6b

Please sign in to comment.