Skip to content

Commit

Permalink
fix(projectForm): change templates to use oficiall repo (expressots#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoneto committed Aug 21, 2023
1 parent 7b22ea8 commit 6a79b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/new/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const projectForm = async (projectName: string, args: any[]): Promise<void> => {
const [_, template] = answer.template.match(/(.*) ::/) as Array<string>;

try {
// @todo: new templates, see expressots/expressots PR #79
const emitter = experimental
? degit(`expressots/expressots/templates/experimental/${templates[template]}`)
: degit(`expressots/expressots/templates/${templates[template]}`);
Expand Down

0 comments on commit 6a79b21

Please sign in to comment.