feat: 支持通过.env配置环境变量,后端支持设置前置路由

This commit is contained in:
Aritro37
2025-03-17 17:04:24 +08:00
committed by GitHub
parent d7930bfc6b
commit 28b13dd7ac
2 changed files with 26 additions and 6 deletions

View File

@@ -27,6 +27,7 @@
"automerge": "1.0.1-preview.7",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"dotenv": "^16.4.7",
"connect-history-api-fallback": "^2.0.0",
"cron": "^3.1.6",
"dns-packet": "^5.6.1",
@@ -70,4 +71,4 @@
"prettier-plugin-sort-imports": "^1.6.1",
"tinyify": "^3.0.0"
}
}
}