This commit is contained in:
Alie 2025-01-03 10:59:50 +01:00
parent 46ff9324b7
commit 2c290aae7f
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ helm-charts
.idea
coverage*
*.js
dist/
dist/

View File

@ -2,4 +2,4 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
"rangeStrategy": "pin"
}
}

View File

@ -1,5 +1,5 @@
import type { Request, Response } from "express";
import { readdirSync } from "fs";
import type { Response, Request } from "express";
function ad() {
const ad_list = readdirSync("static/ads/hor/");