refactor: move all envs related code into separate file (#4529)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-06 21:32:23 +03:00
committed by GitHub
co-authored by Alexandr
parent 24b1df0d28
commit f5b1ffa5e3
9 changed files with 22 additions and 15 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
// @ts-check
import { renderRepoCard } from "../src/cards/repo.js";
import { blacklist } from "../src/common/blacklist.js";
import { whitelist } from "../src/common/whitelist.js";
import { whitelist } from "../src/common/envs.js";
import {
clampValue,
CONSTANTS,