Skip to content

Commit

Permalink
Add Toolbox Template (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftp authored Feb 4, 2025
1 parent bc5f2cd commit 75c5c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbos/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def init(
) -> None:
try:

git_templates = ["dbos-app-starter", "dbos-cron-starter"]
git_templates = ["dbos-toolbox", "dbos-app-starter", "dbos-cron-starter"]
templates_dir = get_templates_directory()
templates = git_templates + [
x.name for x in os.scandir(templates_dir) if x.is_dir()
Expand Down

0 comments on commit 75c5c57

Please sign in to comment.