✌️
This commit is contained in:
parent
cb5fe0d48f
commit
5ceb808c6f
4 changed files with 7 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ gulp.task('doc:api:entities', async () => {
|
|||
return;
|
||||
}
|
||||
files.forEach(file => {
|
||||
const entity = yaml.safeLoad(fs.readFileSync(file, 'utf-8'));
|
||||
const entity = yaml.safeLoad(fs.readFileSync(file, 'utf-8')) as any;
|
||||
const vars = {
|
||||
name: entity.name,
|
||||
desc: entity.desc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue