refactor: move all envs related code into separate file (#4529)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
co-authored by
Alexandr
parent
24b1df0d28
commit
f5b1ffa5e3
+3
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user