Skip to content

Commit

Permalink
fix: closes 92 - unable to generate app using the --template flag for…
Browse files Browse the repository at this point in the history
… JET and Angular templates
  • Loading branch information
dbtools-antcampo committed Aug 26, 2024
1 parent 6a260a8 commit 9d6a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default class Generate extends Command {
'template': Flags.string({
char: 't',
description: 'Template to use',
options: ['node-vanilla', 'node-react', 'node-vue', 'node-react-todo'],
options: ['node-vanilla', 'node-react', 'node-vue', 'node-react-todo', 'node-jet', 'node-angular'],
multiple: false
}),

Expand Down

0 comments on commit 9d6a851

Please sign in to comment.