Open OnkelTem opened 1 month ago
I use STA via its API like this:
generateApi({ input: this.specLocalPath,, templates: 'templates', })
where templates directory contains all the templates copied from templates/base and templates/base.
templates
templates/base
In interface-data-contract I added a line:
interface-data-contract
<% throw new Error('here') %>
Now when I run the generator, I see that the template was located:
✨ "interface data contract" template found in "/projects/project/templates"
however the added line isn't being hit. Which means that the template isn't used.
What is going on here?
Version: 13.0.16 (the recent working one, see #934)
I use STA via its API like this:
where
templates
directory contains all the templates copied fromtemplates/base
andtemplates/base
.In
interface-data-contract
I added a line:Now when I run the generator, I see that the template was located:
however the added line isn't being hit. Which means that the template isn't used.
What is going on here?
Version: 13.0.16 (the recent working one, see #934)