Add button to show service statistics

This commit is contained in:
Sebastian Seedorf
2022-09-09 21:30:34 +02:00
parent d964748a66
commit 2eaf8f719b
17 changed files with 1496 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
import fetch from 'node-fetch'
import { HTMLElement, Node, parse, TextNode } from 'node-html-parser'
import { writeFile } from 'fs/promises'
import { promiseAllStepN } from '../utils/promiseAllStepN.js'
import { promiseAllStepN } from '../utils/promiseAllStepN'
import { retrieveRecipes } from '../utils/retrieveRecipes'
import { Entity, Recipe, UnfetchedEntity } from '../utils/types'