Fix: Prioritize GITEA_SERVER_URL over GITHUB_SERVER_URL (#5)

This commit is contained in:
Mark Wylde
2025-09-26 22:23:30 +01:00
committed by GitHub
parent eb1aa3696e
commit 04892eb63d
6 changed files with 151 additions and 276 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",