fix: properly create index

This commit is contained in:
iCrawl
2023-11-13 19:13:32 +01:00
parent bc8f83368a
commit 81a892e27f
5 changed files with 5 additions and 11 deletions

View File

@@ -1,6 +1,3 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference lib="dom" />
import { readFile } from 'node:fs/promises';
import process, { cwd } from 'node:process';
import { create } from '@actions/glob';