mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log Nuxt and Eleventy endpoint counts
This commit is contained in:
parent
b03d249333
commit
3e6ce6af38
2 changed files with 5 additions and 1 deletions
|
|
@ -301,6 +301,10 @@ class BuildLists {
|
|||
return Array.from( endpointSet , ([route, payload]) => ({ route, payload }) )
|
||||
} ).flat(1), './static/sitemap-endpoints.json')
|
||||
|
||||
console.log('Total Nuxt Endpoints', this.endpointMaps.nuxt.size )
|
||||
console.log('Total Eleventy Endpoints', this.endpointMaps.eleventy.size )
|
||||
console.log('Total Endpoints', this.endpointMaps.nuxt.size + this.endpointMaps.eleventy.size )
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue